summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-20 12:24:12 +0000
committerGitHub <noreply@github.com>2021-09-20 12:24:12 +0000
commita1861c570f92eb07ac49b2cd606592dd146252ca (patch)
tree9ade4379efd1ba5e40512f3c36a5d5845c6b3d7d /go.mod
parentddb384451147c4ef9d0307be0cc8dbad6d94970c (diff)
downloadpodman-a1861c570f92eb07ac49b2cd606592dd146252ca.tar.gz
podman-a1861c570f92eb07ac49b2cd606592dd146252ca.tar.bz2
podman-a1861c570f92eb07ac49b2cd606592dd146252ca.zip
Bump k8s.io/api from 0.22.1 to 0.22.2
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.22.1 to 0.22.2. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.22.1...v0.22.2) --- 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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index a919b6dec..8930cf29e 100644
--- a/go.mod
+++ b/go.mod
@@ -68,6 +68,6 @@ require (
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
- k8s.io/api v0.22.1
- k8s.io/apimachinery v0.22.1
+ k8s.io/api v0.22.2
+ k8s.io/apimachinery v0.22.2
)