@@ -2,8 +2,6 @@ module github.com/cloudfoundry-community/go-cf-clients-helper
2
2
3
3
go 1.13
4
4
5
- replace github.com/docker/docker => github.com/docker/engine v17.12.0-ce-rc1.0.20200531234253-77e06fda0c94+incompatible
6
-
7
5
replace github.com/SermoDigital/jose => github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
8
6
9
7
replace github.com/mailru/easyjson => github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57
@@ -17,8 +15,12 @@ require (
17
15
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
18
16
code.cloudfoundry.org/cli v7.1.0+incompatible
19
17
code.cloudfoundry.org/cli-plugin-repo v0.0.0-20200603234120-1005fc12b512 // indirect
18
+ code.cloudfoundry.org/diego-ssh v0.0.0-20210519145332-5473ddd94e1e // indirect
19
+ code.cloudfoundry.org/go-log-cache v0.0.0-00010101000000-000000000000 // indirect
20
20
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
21
+ code.cloudfoundry.org/inigo v0.0.0-20210603163841-6d2accd02030 // indirect
21
22
code.cloudfoundry.org/jsonry v1.1.2 // indirect
23
+ code.cloudfoundry.org/lager v2.0.0+incompatible // indirect
22
24
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect
23
25
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
24
26
github.com/SermoDigital/jose v0.9.1 // indirect
@@ -36,27 +38,26 @@ require (
36
38
github.com/elazarl/goproxy/ext v0.0.0-20200426045556-49ad98f6dac1 // indirect
37
39
github.com/fatih/color v1.9.0 // indirect
38
40
github.com/gogo/protobuf v1.3.1 // indirect
39
- github.com/golang/protobuf v1.4.2 // indirect
40
41
github.com/google/go-querystring v1.0.0 // indirect
41
42
github.com/gorilla/websocket v1.4.2 // indirect
42
43
github.com/jessevdk/go-flags v1.4.0 // indirect
43
- github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
44
44
github.com/lunixbochs/vtclean v1.0.0 // indirect
45
45
github.com/mailru/easyjson v0.7.6 // indirect
46
46
github.com/mattn/go-colorable v0.1.6 // indirect
47
47
github.com/mattn/go-runewidth v0.0.9 // indirect
48
+ github.com/moby/moby v20.10.7+incompatible // indirect
49
+ github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
48
50
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
49
- github.com/pkg/errors v0.9.1 // indirect
50
51
github.com/poy/eachers v0.0.0-20181020210610-23942921fe77 // indirect
52
+ github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f // indirect
51
53
github.com/sirupsen/logrus v1.7.0 // indirect
54
+ github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
52
55
github.com/tedsuo/rata v1.0.0 // indirect
53
56
github.com/vito/go-interact v1.0.0 // indirect
54
57
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
55
58
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
56
59
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
57
- golang.org/x/text v0.3.2 // indirect
58
60
google.golang.org/protobuf v1.24.0 // indirect
59
61
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
60
- gopkg.in/yaml.v2 v2.3.0 // indirect
61
62
62
63
)
0 commit comments