Skip to content

Commit 1fe6502

Browse files
Bump k8s.io/client-go from 0.18.6 to 0.20.4
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.6 to 0.20.4. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.18.6...v0.20.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 6a2beae commit 1fe6502

File tree

2 files changed

+227
-6
lines changed

2 files changed

+227
-6
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ module github.com/naveensrinivasan
33
go 1.13
44

55
require (
6-
github.com/go-logr/logr v0.1.0
6+
github.com/go-logr/logr v0.2.0
77
github.com/imdario/mergo v0.3.11 // indirect
88
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
99
github.com/onsi/ginkgo v1.14.2
1010
github.com/onsi/gomega v1.10.3
1111
github.com/pkg/errors v0.9.1 // indirect
1212
github.com/prometheus/client_golang v1.7.1 // indirect
13-
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
14-
google.golang.org/protobuf v1.24.0 // indirect
15-
k8s.io/api v0.18.6
16-
k8s.io/apimachinery v0.18.6
17-
k8s.io/client-go v0.18.6
13+
k8s.io/api v0.20.4
14+
k8s.io/apimachinery v0.20.4
15+
k8s.io/client-go v0.20.4
1816
sigs.k8s.io/controller-runtime v0.6.3
1917
)

0 commit comments

Comments
 (0)