summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-22 18:26:09 +0000
committerGitHub <noreply@github.com>2023-07-22 18:26:09 +0000
commita5426ecafb64ccdf07ab36f1ebcf4637eef51908 (patch)
treed4eb2cd614d7a89baf494c749bbd8bf8265937b0 /go.mod
parentccf8bc06ae30ba883960a42b102da82361a4a5c4 (diff)
Build(deps): Bump k8s.io/client-go from 0.27.3 to 0.27.4 (#1798)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.3 to 0.27.4. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.27.3...v0.27.4) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 71e756e4..41c38305 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
golang.org/x/text v0.11.0
gotest.tools/v3 v3.5.0
inet.af/netaddr v0.0.0-20220811202034-502d2d690317
- k8s.io/client-go v0.27.3
+ k8s.io/client-go v0.27.4
)
// TODO: replace with gopkg.in/yaml.v3 after https://github.com/go-yaml/yaml/pull/862