aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-04-09 08:31:10 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-09 08:31:10 +0200
commit881795843482c6f7a4bff051864cb5ce88f1520c (patch)
tree10935beacf9a71b339a71b61f6e26acde16b0f86 /go.mod
parent3ae189e57e47550e9d2e97a3bdc7ef0b9c41726e (diff)
downloadcoredns-881795843482c6f7a4bff051864cb5ce88f1520c.tar.gz
coredns-881795843482c6f7a4bff051864cb5ce88f1520c.tar.zst
coredns-881795843482c6f7a4bff051864cb5ce88f1520c.zip
build(deps): bump k8s.io/api from 0.29.2 to 0.29.3 (#6556)
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.29.2 to 0.29.3. - [Commits](https://github.com/kubernetes/api/compare/v0.29.2...v0.29.3) --- updated-dependencies: - dependency-name: k8s.io/api 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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 0b70a91df..9247c2f46 100644
--- a/go.mod
+++ b/go.mod
@@ -33,8 +33,8 @@ require (
google.golang.org/grpc v1.62.1
google.golang.org/protobuf v1.33.0
gopkg.in/DataDog/dd-trace-go.v1 v1.61.0
- k8s.io/api v0.29.2
- k8s.io/apimachinery v0.29.2
+ k8s.io/api v0.29.3
+ k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.2
k8s.io/klog/v2 v2.120.1
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
@@ -78,7 +78,7 @@ require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
- github.com/golang/protobuf v1.5.3 // indirect
+ github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect