forked from cloudfoundry/cli-plugin-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 784 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module code.cloudfoundry.org/cli-plugin-repo
go 1.12
require (
github.com/blang/semver v3.5.1+incompatible
github.com/codegangsta/negroni v1.0.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/jessevdk/go-flags v0.0.0-20170926144705-f88afde2fa19
github.com/kr/pretty v0.1.0 // indirect
github.com/onsi/ginkgo v0.0.0-20171031171758-652e15c9a27e
github.com/onsi/gomega v0.0.0-20171105031654-1eecca0ba8e6
github.com/unrolled/secure v0.0.0-20180416205222-a1cf62cc2159
golang.org/x/net v0.0.0-20180418062111-d41e8174641f // indirect
golang.org/x/sys v0.0.0-20180419222023-a2a45943ae67 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.0.0-20171116090243-287cf08546ab
)