module github.com/gosidekick/goconfig go 1.14 require ( github.com/fatih/structs v1.1.0 github.com/fsnotify/fsnotify v1.4.7 github.com/hashicorp/hcl v1.0.0 github.com/nuveo/log v0.0.0-20190430190217-44d02db6bdf8 github.com/pelletier/go-toml v1.8.1 github.com/smartystreets/goconvey v1.6.4 // indirect golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect gopkg.in/ini.v1 v1.54.0 gopkg.in/yaml.v2 v2.2.8 )