Update config logic to use ohea/golang/config
This commit is contained in:
@@ -3,12 +3,9 @@ module github.com/restitux/ikinuki-server
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.12
|
||||
github.com/mattn/go-sqlite3 v1.14.15
|
||||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
||||
github.com/pelletier/go-toml/v2 v2.0.0-beta.8
|
||||
gitlab.com/ohea/golang/config v0.0.0-20220915002456-b07c13508f07
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
||||
)
|
||||
require github.com/pelletier/go-toml/v2 v2.0.5 // indirect
|
||||
|
||||
Reference in New Issue
Block a user