summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-16 12:18:25 +0000
committerGitHub <noreply@github.com>2021-07-16 12:18:25 +0000
commite3a09c51e2af64673050faabb50aea15557418f1 (patch)
treeef099989dbb2560318ab74abaac232d3e0d4e14f /go.mod
parentce28dc3c4c3dba468ddb6f2a249c0c4bfc058805 (diff)
downloadpodman-e3a09c51e2af64673050faabb50aea15557418f1.tar.gz
podman-e3a09c51e2af64673050faabb50aea15557418f1.tar.bz2
podman-e3a09c51e2af64673050faabb50aea15557418f1.zip
Bump k8s.io/apimachinery from 0.21.2 to 0.21.3
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.21.2 to 0.21.3. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.21.2...v0.21.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>
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 2dd760cee..8c800471f 100644
--- a/go.mod
+++ b/go.mod
@@ -67,5 +67,5 @@ require (
golang.org/x/sys v0.0.0-20210603125802-9665404d3644
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.21.2
- k8s.io/apimachinery v0.21.2
+ k8s.io/apimachinery v0.21.3
)