diff options
author | 2023-10-30 08:40:35 -0700 | |
---|---|---|
committer | 2023-10-30 08:40:35 -0700 | |
commit | 9ada7dd1aba17a4e6afd8c458e40ed216eab0e3d (patch) | |
tree | e87784576e4522e5d019785e7908000ca50800ef /go.mod | |
parent | 430e3ad9863cc18577c58e258a98696479fa1cc6 (diff) | |
download | coredns-9ada7dd1aba17a4e6afd8c458e40ed216eab0e3d.tar.gz coredns-9ada7dd1aba17a4e6afd8c458e40ed216eab0e3d.tar.zst coredns-9ada7dd1aba17a4e6afd8c458e40ed216eab0e3d.zip |
build(deps): bump k8s.io/apimachinery from 0.28.2 to 0.28.3 (#6382)
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.28.2 to 0.28.3.
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.28.2...v0.28.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ require ( google.golang.org/protobuf v1.31.0 gopkg.in/DataDog/dd-trace-go.v1 v1.55.0 k8s.io/api v0.28.2 - k8s.io/apimachinery v0.28.2 + k8s.io/apimachinery v0.28.3 k8s.io/client-go v0.28.2 k8s.io/klog/v2 v2.100.1 k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 |