1
0
mirror of https://github.com/jinzhu/configor.git synced 2020-06-03 17:06:22 +00:00
configor/go.mod
2019-06-12 14:45:17 +08:00

9 lines
116 B
Modula-2

module github.com/jinzhu/configor
go 1.12
require (
github.com/BurntSushi/toml v0.3.1
gopkg.in/yaml.v2 v2.2.2
)