summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-22 22:21:42 +0000
committerGitHub <noreply@github.com>2023-05-22 22:21:42 +0000
commit7777c1b75b1a83eddfdf2e8607074ef0fb2af69c (patch)
tree9f144981535d4e38c8b6d7269fc42c4646e773a5 /go.mod
parentf57dd6564abfec8818c9f450411f141ab31381a8 (diff)
Build(deps): Bump k8s.io/client-go from 0.27.1 to 0.27.2
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.1 to 0.27.2. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.27.1...v0.27.2) --- 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>
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 87762edf..a6d5d02c 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
golang.org/x/text v0.9.0
gotest.tools/v3 v3.4.0
inet.af/netaddr v0.0.0-20220811202034-502d2d690317
- k8s.io/client-go v0.27.1
+ k8s.io/client-go v0.27.2
)
// TODO: replace with gopkg.in/yaml.v3 after https://github.com/go-yaml/yaml/pull/862