aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-05-24 06:47:55 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-24 06:47:55 -0700
commit5fdfb674848f58319d4a9ca0e46c02002c46c6e7 (patch)
tree3eaa1e4970ed6f225c239ed352499e344adddb26 /go.mod
parentfa5f715dfaa9b900367ebc2be8e010dd51c8029c (diff)
downloadcoredns-5fdfb674848f58319d4a9ca0e46c02002c46c6e7.tar.gz
coredns-5fdfb674848f58319d4a9ca0e46c02002c46c6e7.tar.zst
coredns-5fdfb674848f58319d4a9ca0e46c02002c46c6e7.zip
build(deps): bump k8s.io/apimachinery from 0.21.0 to 0.21.1 (#4642)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.21.0...v0.21.1) 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 8018e4fe5..5cbfd2223 100644
--- a/go.mod
+++ b/go.mod
@@ -35,7 +35,7 @@ require (
google.golang.org/grpc v1.37.1
gopkg.in/DataDog/dd-trace-go.v1 v1.28.0
k8s.io/api v0.21.0
- k8s.io/apimachinery v0.21.0
+ k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.0
k8s.io/klog v1.0.0
)