module github.com/knadh/koanf/v2

go 1.18

require (
	github.com/knadh/koanf/maps v0.1.1
	github.com/mitchellh/copystructure v1.2.0
	github.com/mitchellh/mapstructure v1.5.0
)

require github.com/mitchellh/reflectwalk v1.0.2 // indirect
