Update config logic to use ohea/golang/config

This commit is contained in:
2022-09-14 18:36:36 -06:00
parent bb9fe550ad
commit 2087cf2c03
4 changed files with 44 additions and 120 deletions
+3 -6
View File
@@ -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