module github.com/amanbolat/gofmcon go 1.14 require ( github.com/davecgh/go-spew v1.1.1 github.com/mitchellh/mapstructure v1.3.2 github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.6.0 // indirect github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.5.1 gopkg.in/yaml.v2 v2.2.8 // indirect )