config-loader/go.mod

11 lines
220 B
Modula-2
Raw Normal View History

2020-06-05 10:11:45 +00:00
module git.trj.tw/golang/config-loader
go 1.14
require (
git.trj.tw/golang/utils v0.0.0-20190225142552-b019626f0349
github.com/BurntSushi/toml v0.3.1
2020-06-11 02:57:46 +00:00
github.com/otakukaze/envconfig v1.0.4
2020-06-05 10:11:45 +00:00
gopkg.in/yaml.v2 v2.3.0
)