module github.com/DataDog/viper

go 1.14

require (
	github.com/BurntSushi/toml v0.3.1 // indirect
	github.com/fsnotify/fsnotify v1.4.7
	github.com/go-viper/mapstructure/v2 v2.4.0
	github.com/kr/pretty v0.1.0 // indirect
	github.com/magiconair/properties v1.8.1
	github.com/pelletier/go-toml v1.2.0
	github.com/spf13/cast v1.3.0
	github.com/spf13/jwalterweatherman v1.0.0
	github.com/spf13/pflag v1.0.3
	github.com/stretchr/testify v1.4.0
	golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/yaml.v2 v2.2.5
)
