config-loader/go.mod

10 lines
181 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
gopkg.in/yaml.v2 v2.3.0
)