aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2022-10-17 11:05:54 -0400
committerGravatar GitHub <noreply@github.com> 2022-10-17 11:05:54 -0400
commitb785faab1562d7007174258e910aec68d0593308 (patch)
treeaab3beb8dab9302cd073ae63f99afd21c651e5f3 /go.mod
parentd7967713c729b1526a9892cd2b8087faa806d010 (diff)
downloadcoredns-b785faab1562d7007174258e910aec68d0593308.tar.gz
coredns-b785faab1562d7007174258e910aec68d0593308.tar.zst
coredns-b785faab1562d7007174258e910aec68d0593308.zip
build(deps): bump k8s.io/apimachinery from 0.25.2 to 0.25.3 (#5693)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.25.2...v0.25.3) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 cbb295f8b..445b51f28 100644
--- a/go.mod
+++ b/go.mod
@@ -33,7 +33,7 @@ require (
google.golang.org/protobuf v1.28.1
gopkg.in/DataDog/dd-trace-go.v1 v1.42.1
k8s.io/api v0.25.2
- k8s.io/apimachinery v0.25.2
+ k8s.io/apimachinery v0.25.3
k8s.io/client-go v0.24.4
k8s.io/klog/v2 v2.80.1
)