Skip to content

Commit 6fb6701

Browse files
committed
Bump client-go to v0.18.9
This PR bumps the client-go version to v0.18.9 as its a blocker for linkerd/linkerd2#4191 Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 37779ce commit 6fb6701

File tree

4 files changed

+53
-99
lines changed

4 files changed

+53
-99
lines changed

go.mod

+6-11
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@ go 1.12
44

55
require (
66
github.com/fatih/color v0.0.0-20180516100307-2d684516a886
7-
github.com/ghodss/yaml v1.0.0 // indirect
8-
github.com/gogo/protobuf v1.3.0 // indirect
9-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
10-
github.com/google/gofuzz v1.0.0
117
github.com/googleapis/gnostic v0.3.1 // indirect
12-
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
138
github.com/imdario/mergo v0.3.7 // indirect
14-
github.com/inconshreveable/mousetrap v1.0.0
9+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
10+
github.com/jessevdk/go-flags v1.4.0 // indirect
1511
github.com/mattn/go-colorable v0.1.2 // indirect
1612
github.com/mattn/go-isatty v0.0.9 // indirect
1713
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
18-
github.com/pkg/errors v0.0.0-20180311214515-816c9085562c
14+
github.com/pkg/errors v0.8.1
1915
github.com/spf13/cobra v0.0.0-20180629152535-a114f312e075
20-
github.com/spf13/pflag v1.0.5
21-
k8s.io/api v0.17.4
22-
k8s.io/apimachinery v0.17.4
23-
k8s.io/client-go v0.17.4
16+
k8s.io/api v0.18.9
17+
k8s.io/apimachinery v0.18.9
18+
k8s.io/client-go v0.18.9
2419
)

0 commit comments

Comments
 (0)