Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 88018cf

Browse files
Bump k8s.io/client-go from 0.18.0 to 0.18.14
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.18.0 to 0.18.14. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.18.0...v0.18.14) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb725fa commit 88018cf

File tree

2 files changed

+13
-40
lines changed

2 files changed

+13
-40
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ require (
1313
github.com/spf13/pflag v1.0.5
1414
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
1515
gopkg.in/square/go-jose.v2 v2.3.1
16-
k8s.io/api v0.18.0
17-
k8s.io/apimachinery v0.18.0
16+
k8s.io/api v0.18.14
17+
k8s.io/apimachinery v0.18.14
1818
k8s.io/apiserver v0.18.0
1919
k8s.io/cli-runtime v0.18.0
20-
k8s.io/client-go v0.18.0
20+
k8s.io/client-go v0.18.14
2121
k8s.io/component-base v0.18.0
2222
k8s.io/klog v1.0.0
2323
sigs.k8s.io/kind v0.7.0

0 commit comments

Comments
 (0)