module github.com/peterbourgon/ff/v3

go 1.18

require (
	github.com/pelletier/go-toml v1.9.5
	gopkg.in/yaml.v2 v2.4.0
)