summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-24 14:53:52 -0400
committerGitHub <noreply@github.com>2023-10-24 14:53:52 -0400
commitcdb317959ba9f4e12919b60b7ebd40f2afc1b345 (patch)
tree1bca2fc28cc25b73537b172e94e78ce12967983f /go.mod
parentb669b8a8b58fd7d8fe175b7318cbb1444d839f99 (diff)
Build(deps): Bump k8s.io/client-go from 0.28.2 to 0.28.3 (#1886)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.2 to 0.28.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.28.2...v0.28.3) --- 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 61c5d881..0bfa2a97 100644
--- a/go.mod
+++ b/go.mod
@@ -36,7 +36,7 @@ require (
golang.org/x/text v0.13.0
gotest.tools/v3 v3.5.1
inet.af/netaddr v0.0.0-20220811202034-502d2d690317
- k8s.io/client-go v0.28.2
+ k8s.io/client-go v0.28.3
)
// TODO: replace with gopkg.in/yaml.v3 after https://github.com/go-yaml/yaml/pull/862