Skip to content

Commit 03d8000

Browse files
committed
update go.mod
1 parent 9db2afe commit 03d8000

File tree

2 files changed

+68
-45
lines changed

2 files changed

+68
-45
lines changed

go.mod

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ 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 v17.12.0-ce-rc1.0.20200531234253-77e06fda0c94+incompatible
6-
75
replace github.com/SermoDigital/jose => github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
86

97
replace github.com/mailru/easyjson => github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57
@@ -17,8 +15,12 @@ require (
1715
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
1816
code.cloudfoundry.org/cli v7.1.0+incompatible
1917
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
2020
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
21+
code.cloudfoundry.org/inigo v0.0.0-20210603163841-6d2accd02030 // indirect
2122
code.cloudfoundry.org/jsonry v1.1.2 // indirect
23+
code.cloudfoundry.org/lager v2.0.0+incompatible // indirect
2224
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect
2325
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
2426
github.com/SermoDigital/jose v0.9.1 // indirect
@@ -36,27 +38,26 @@ require (
3638
github.com/elazarl/goproxy/ext v0.0.0-20200426045556-49ad98f6dac1 // indirect
3739
github.com/fatih/color v1.9.0 // indirect
3840
github.com/gogo/protobuf v1.3.1 // indirect
39-
github.com/golang/protobuf v1.4.2 // indirect
4041
github.com/google/go-querystring v1.0.0 // indirect
4142
github.com/gorilla/websocket v1.4.2 // indirect
4243
github.com/jessevdk/go-flags v1.4.0 // indirect
43-
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
4444
github.com/lunixbochs/vtclean v1.0.0 // indirect
4545
github.com/mailru/easyjson v0.7.6 // indirect
4646
github.com/mattn/go-colorable v0.1.6 // indirect
4747
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
4850
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
49-
github.com/pkg/errors v0.9.1 // indirect
5051
github.com/poy/eachers v0.0.0-20181020210610-23942921fe77 // indirect
52+
github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f // indirect
5153
github.com/sirupsen/logrus v1.7.0 // indirect
54+
github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
5255
github.com/tedsuo/rata v1.0.0 // indirect
5356
github.com/vito/go-interact v1.0.0 // indirect
5457
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
5558
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
5659
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd // indirect
57-
golang.org/x/text v0.3.2 // indirect
5860
google.golang.org/protobuf v1.24.0 // indirect
5961
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
60-
gopkg.in/yaml.v2 v2.3.0 // indirect
6162

6263
)

0 commit comments

Comments
 (0)