summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-19 11:59:01 +0000
committerGitHub <noreply@github.com>2021-05-19 11:59:01 +0000
commit44c49371771e43aaf5aa8922de274d10a32cb989 (patch)
treeac23127702b6a236562d6d1743d77be7884c611a /go.mod
parent40025895461cb9b3b22f0f7cbe92ccad75ad637c (diff)
downloadpodman-44c49371771e43aaf5aa8922de274d10a32cb989.tar.gz
podman-44c49371771e43aaf5aa8922de274d10a32cb989.tar.bz2
podman-44c49371771e43aaf5aa8922de274d10a32cb989.zip
Bump k8s.io/api from 0.21.0 to 0.21.1
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.21.0...v0.21.1) 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 96f31c3e7..fadee4c03 100644
--- a/go.mod
+++ b/go.mod
@@ -66,6 +66,6 @@ require (
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
- k8s.io/api v0.21.0
+ k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
)