module github.com/knadh/koanf/providers/posflag

go 1.18

require (
	github.com/knadh/koanf/maps v0.1.1
	github.com/spf13/pflag v1.0.5
)

require (
	github.com/mitchellh/copystructure v1.2.0 // indirect
	github.com/mitchellh/reflectwalk v1.0.2 // indirect
)
