module github.com/acoshift/configfile go 1.12 require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/joho/godotenv v1.3.0 github.com/pmezard/go-difflib v1.0.0 // indirect github.com/stretchr/testify v1.2.2 gopkg.in/yaml.v2 v2.2.4 )