yaml namespaces

This commit is contained in:
Bel LaPointe
2021-12-15 06:53:28 -07:00
parent 0121c426f7
commit bc8a0d82df
4 changed files with 187 additions and 0 deletions

1
go.mod
View File

@@ -14,6 +14,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/syndtr/goleveldb v1.0.0
go.mongodb.org/mongo-driver v1.7.2
gopkg.in/yaml.v2 v2.2.8 // indirect
local/logb v0.0.0-00010101000000-000000000000
)