module github.com/peterbourgon/ff/v3

go 1.16

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