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

go 1.23.0

require (
	github.com/knadh/koanf/maps v0.1.2
	github.com/spf13/pflag v1.0.6
)

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