module github.com/cloudfoundry-community/go-cfclient

require (
	code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
	github.com/Masterminds/semver v1.4.2
	github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
	github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
	github.com/kr/pretty v0.1.0 // indirect
	github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
	github.com/onsi/gomega v1.4.3
	github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 // indirect
	github.com/pkg/errors v0.8.1
	github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
	golang.org/x/net v0.0.0-20190311183353-d8887717615a
	golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
