module github.com/polydawn/refmt

go 1.16

require (
	github.com/go-yaml/yaml v2.1.0+incompatible
	github.com/smartystreets/goconvey v1.7.2
	github.com/urfave/cli v1.22.10
	github.com/warpfork/go-wish v0.0.0-20220906213052-39a1cc7a02d0
)
