forked from gemfire/tanzu-gemfire-management-cf-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.48 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/gemfire/cloudcache-management-cf-plugin
go 1.12
require (
code.cloudfoundry.org/bytefmt v0.0.0-20180906201452-2aa6f33b730c // indirect
code.cloudfoundry.org/cli v6.45.0+incompatible
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
github.com/SermoDigital/jose v0.9.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/bmatcuk/doublestar v1.1.1 // indirect
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
github.com/cloudfoundry/bosh-cli v5.5.1+incompatible // indirect
github.com/cloudfoundry/bosh-utils v0.0.0-20190615100124-d63061c11969 // indirect
github.com/cppforlife/go-patch v0.2.0 // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/itchyny/gojq v0.6.0
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.10.1
github.com/onsi/gomega v1.7.0
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/tebeka/strftime v0.1.3 // indirect
github.com/tedsuo/rata v1.0.0 // indirect
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
)