open-vault/vendor/github.com/cloudfoundry-community/go-cfclient/go.mod

21 lines
1.0 KiB
Modula-2

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/gopherjs/gopherjs v0.0.0-20180628210949-0892b62f0d9f // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
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/assertions v0.0.0-20180725160413-e900ae048470 // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3
golang.org/x/oauth2 v0.0.0-20190130055435-99b60b757ec1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)