summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-22 09:28:53 +0000
committerGitHub <noreply@github.com>2021-03-22 09:28:53 +0000
commit373d25cc67928ae492f2aecf7dfc2c259579da4f (patch)
tree165d0e849048e8f2d4fbd8bb19dac6ca39d8bdcb /go.mod
parentdf1d5618dd4b46f4c24d0c196d6fbaab4e34640f (diff)
downloadpodman-373d25cc67928ae492f2aecf7dfc2c259579da4f.tar.gz
podman-373d25cc67928ae492f2aecf7dfc2c259579da4f.tar.bz2
podman-373d25cc67928ae492f2aecf7dfc2c259579da4f.zip
Bump k8s.io/api from 0.20.1 to 0.20.5
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.20.1 to 0.20.5. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.20.1...v0.20.5) 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 824f2fc0b..07cf8edc8 100644
--- a/go.mod
+++ b/go.mod
@@ -67,6 +67,6 @@ require (
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
- k8s.io/api v0.20.1
+ k8s.io/api v0.20.5
k8s.io/apimachinery v0.20.5
)