Skip to content

Commit f3fb04e

Browse files
committed
fix deps
1 parent 0f4a9bb commit f3fb04e

File tree

2 files changed

+27
-62
lines changed

2 files changed

+27
-62
lines changed

go.mod

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,18 @@ replace github.com/SermoDigital/jose => github.com/SermoDigital/jose v0.9.2-0.20
88

99
replace github.com/mailru/easyjson => github.com/mailru/easyjson v0.0.0-20180323154445-8b799c424f57
1010

11+
replace github.com/cloudfoundry/sonde-go => github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4
12+
13+
replace code.cloudfoundry.org/go-log-cache => code.cloudfoundry.org/go-log-cache v1.0.1-0.20200316170138-f466e0302c34
14+
1115
require (
1216
code.cloudfoundry.org/bytefmt v0.0.0-20200131002437-cf55d5288a48 // indirect
1317
code.cloudfoundry.org/cfnetworking-cli-api v0.0.0-20190103195135-4b04f26287a6
1418
code.cloudfoundry.org/cli v6.51.0+incompatible
1519
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
1920
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f // indirect
20-
code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a // indirect
2121
code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3 // indirect
2222
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d // indirect
23-
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
2423
github.com/SermoDigital/jose v0.9.1 // indirect
2524
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect
2625
github.com/bmatcuk/doublestar v1.3.1 // indirect
@@ -32,36 +31,29 @@ require (
3231
github.com/cloudfoundry/sonde-go v0.0.0-20200416163440-a42463ba266b
3332
github.com/cppforlife/go-patch v0.2.0 // indirect
3433
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
35-
github.com/docker/distribution v2.7.1+incompatible // indirect
36-
github.com/docker/docker v1.13.1 // indirect
3734
github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 // indirect
3835
github.com/elazarl/goproxy/ext v0.0.0-20200426045556-49ad98f6dac1 // indirect
3936
github.com/fatih/color v1.9.0 // indirect
4037
github.com/gogo/protobuf v1.3.1 // indirect
4138
github.com/golang/protobuf v1.4.2 // indirect
4239
github.com/google/go-querystring v1.0.0 // indirect
4340
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
4641
github.com/lunixbochs/vtclean v1.0.0 // indirect
4742
github.com/mailru/easyjson v0.7.1 // indirect
4843
github.com/mattn/go-colorable v0.1.6 // indirect
4944
github.com/mattn/go-runewidth v0.0.9 // indirect
50-
github.com/moby/moby v1.13.1 // indirect
5145
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
52-
github.com/opencontainers/go-digest v1.0.0 // indirect
46+
github.com/onsi/ginkgo v1.12.0 // indirect
47+
github.com/onsi/gomega v1.9.0 // indirect
5348
github.com/pkg/errors v0.9.1 // indirect
5449
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
5750
github.com/sirupsen/logrus v1.6.0 // indirect
5851
github.com/tedsuo/rata v1.0.0 // indirect
5952
github.com/vito/go-interact v1.0.0 // indirect
6053
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
6154
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
6255
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
6356
golang.org/x/text v0.3.2 // indirect
64-
google.golang.org/genproto v0.0.0-20200610212329-df9b449b0ff2 // indirect
6557
google.golang.org/protobuf v1.24.0 // indirect
6658
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
6759
gopkg.in/yaml.v2 v2.3.0 // indirect

0 commit comments

Comments
 (0)