module github.com/hudl/fargo

go 1.16

require (
	github.com/cenkalti/backoff/v4 v4.1.1
	github.com/clbanning/mxj v1.8.4
	github.com/franela/goblin v0.0.0-20210519012713-85d372ac71e2 // indirect
	github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8
	github.com/miekg/dns v1.1.43
	github.com/onsi/gomega v1.13.0 // indirect
	github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
	github.com/smartystreets/goconvey v1.6.4
	gopkg.in/gcfg.v1 v1.2.3
	gopkg.in/warnings.v0 v0.1.2 // indirect
)
