Skip to content

Commit 0f4a9bb

Browse files
committed
update to latest cli
1 parent e135d77 commit 0f4a9bb

File tree

3 files changed

+282
-49
lines changed

3 files changed

+282
-49
lines changed

go.mod

Lines changed: 50 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,68 @@ module github.com/cloudfoundry-community/go-cf-clients-helper
22

33
go 1.13
44

5-
replace github.com/docker/docker => github.com/docker/engine v1.13.1
5+
replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200531234253-77e06fda0c94+incompatible
66

77
replace github.com/SermoDigital/jose => github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
88

9+
replace github.com/mailru/easyjson => github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57
10+
911
require (
10-
code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c // indirect
12+
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48 // indirect
1113
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
12-
code.cloudfoundry.org/cli v6.46.1+incompatible
14+
code.cloudfoundry.org/cli v6.51.0+incompatible
15+
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20200603234120-1005fc12b512 // indirect
16+
code.cloudfoundry.org/clock v1.0.0 // indirect
17+
code.cloudfoundry.org/go-log-cache v1.0.0 // indirect
18+
code.cloudfoundry.org/go-loggregator v7.4.0+incompatible // indirect
19+
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
20+
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
21+
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect
22+
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
23+
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
1324
github.com/SermoDigital/jose v0.9.1 // indirect
14-
github.com/blang/semver v3.5.1+incompatible // indirect
15-
github.com/bmatcuk/doublestar v1.1.5 // indirect
25+
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect
26+
github.com/bmatcuk/doublestar v1.3.1 // indirect
1627
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
1728
github.com/charlievieth/fs v0.0.0-20170613215519-7dc373669fa1 // indirect
18-
github.com/cloudfoundry/bosh-cli v6.0.0+incompatible // indirect
19-
github.com/cloudfoundry/bosh-utils v0.0.0-20190907100209-78dc2d34165f // indirect
29+
github.com/cloudfoundry/bosh-cli v6.2.1+incompatible // indirect
30+
github.com/cloudfoundry/bosh-utils v0.0.0-20200606100138-7f673ba6be2a // indirect
2031
github.com/cloudfoundry/noaa v2.1.0+incompatible
21-
github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4 // indirect
32+
github.com/cloudfoundry/sonde-go v0.0.0-20200416163440-a42463ba266b
2233
github.com/cppforlife/go-patch v0.2.0 // indirect
34+
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
35+
github.com/docker/distribution v2.7.1+incompatible // indirect
2336
github.com/docker/docker v1.13.1 // indirect
24-
github.com/gogo/protobuf v1.3.0 // indirect
25-
github.com/gorilla/websocket v1.4.1 // indirect
26-
github.com/mailru/easyjson v0.7.0 // indirect
27-
github.com/mattn/go-runewidth v0.0.4 // indirect
28-
github.com/sirupsen/logrus v1.4.2 // indirect
37+
github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
38+
github.com/elazarl/goproxy/ext v0.0.0-20200426045556-49ad98f6dac1 // indirect
39+
github.com/fatih/color v1.9.0 // indirect
40+
github.com/gogo/protobuf v1.3.1 // indirect
41+
github.com/golang/protobuf v1.4.2 // indirect
42+
github.com/google/go-querystring v1.0.0 // indirect
43+
github.com/gorilla/websocket v1.4.2 // indirect
44+
github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect
45+
github.com/jessevdk/go-flags v1.4.0 // indirect
46+
github.com/lunixbochs/vtclean v1.0.0 // indirect
47+
github.com/mailru/easyjson v0.7.1 // indirect
48+
github.com/mattn/go-colorable v0.1.6 // indirect
49+
github.com/mattn/go-runewidth v0.0.9 // indirect
50+
github.com/moby/moby v1.13.1 // indirect
51+
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
52+
github.com/opencontainers/go-digest v1.0.0 // indirect
53+
github.com/pkg/errors v0.9.1 // indirect
54+
github.com/poy/eachers v0.0.0-20181020210610-23942921fe77 // indirect
55+
github.com/sabhiram/go-gitignore v0.0.0-20180611051255-d3107576ba94 // indirect
56+
github.com/sajari/fuzzy v1.0.0 // indirect
57+
github.com/sirupsen/logrus v1.6.0 // indirect
2958
github.com/tedsuo/rata v1.0.0 // indirect
30-
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
59+
github.com/vito/go-interact v1.0.0 // indirect
60+
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
61+
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
62+
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
63+
golang.org/x/text v0.3.2 // indirect
64+
google.golang.org/genproto v0.0.0-20200610212329-df9b449b0ff2 // indirect
65+
google.golang.org/protobuf v1.24.0 // indirect
3166
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
32-
gopkg.in/yaml.v2 v2.2.2 // indirect
67+
gopkg.in/yaml.v2 v2.3.0 // indirect
3368

3469
)

0 commit comments

Comments
 (0)