module github.com/BraspagDevelopers/bpdt go 1.14 require ( github.com/beevik/etree v1.1.0 github.com/dimchansky/utfbom v1.1.0 github.com/jeremywohl/flatten v1.0.1 github.com/joho/godotenv v1.3.0 github.com/mitchellh/mapstructure v1.3.1 github.com/mniak/godotenv v1.3.1 github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177 github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/testify v1.4.0 gopkg.in/yaml.v3 v3.0.0-20200603094226-e3079894b1e8 muzzammil.xyz/jsonc v0.0.0-20200303171503-1e787b591db7 )