diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-19 11:26:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-19 11:26:10 +0000 |
commit | 5a18b5eb7fcffd15f905e08883954e14fc41aeaa (patch) | |
tree | 171cafdba2b0eeb96484b647bbe1206ab6b94901 /go.mod | |
parent | c4a551373004219fd2d50e5b055dbc5e233e4e32 (diff) | |
download | podman-5a18b5eb7fcffd15f905e08883954e14fc41aeaa.tar.gz podman-5a18b5eb7fcffd15f905e08883954e14fc41aeaa.tar.bz2 podman-5a18b5eb7fcffd15f905e08883954e14fc41aeaa.zip |
Bump k8s.io/apimachinery from 0.20.4 to 0.20.5
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.20.4 to 0.20.5.
- [Release notes](https://github.com/kubernetes/apimachinery/releases)
- [Commits](https://github.com/kubernetes/apimachinery/compare/v0.20.4...v0.20.5)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ require ( 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/apimachinery v0.20.4 + k8s.io/apimachinery v0.20.5 ) replace github.com/syndtr/gocapability => github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 |