forked from cppforlife/turbulence
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (41 loc) · 2.4 KB
/
Copy pathgo.mod
File metadata and controls
43 lines (41 loc) · 2.4 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/bosh-turbulence/turbulence
replace github.com/cloudfoundry/bosh-cli => github.com/carlo-colombo/bosh-cli v5.4.1-0.20190121161634-505b0e2872d8+incompatible
require (
code.cloudfoundry.org/clock v0.0.0-20180518195852-02e53af36e6c // indirect
github.com/bmatcuk/doublestar v1.1.1 // indirect
github.com/cenkalti/backoff v2.0.0+incompatible // indirect
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
github.com/cheggaaa/pb v1.0.25 // indirect
github.com/cloudfoundry/bosh-cli v5.3.1+incompatible
github.com/cloudfoundry/bosh-utils v0.0.0-20180919212956-15c556314b68
github.com/cloudfoundry/go-socks5 v0.0.0-20180221174514-54f73bdb8a8e // indirect
github.com/cloudfoundry/socks5-proxy v0.0.0-20180530211953-3659db090cb2 // indirect
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/cppforlife/go-semi-semantic v0.0.0-20160921010311-576b6af77ae4 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
github.com/kr/pty v1.1.3 // indirect
github.com/martini-contrib/auth v0.0.0-20150219114609-fa62c19b7ae8
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.6.0
github.com/onsi/gomega v1.4.2
github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 // indirect
github.com/pivotal-cf/paraphernalia v0.0.0-20180203224945-a64ae2051c20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/square/certstrap v1.1.1 // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc // indirect
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec // indirect
github.com/zorkian/go-datadog-api v2.15.0+incompatible
golang.org/x/crypto v0.0.0-20181001203147-e3636079e1a4 // indirect
golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect
golang.org/x/sys v0.0.0-20181005133103-4497e2df6f9e // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.25 // indirect
)