summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-16 09:49:09 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-11-16 09:14:24 -0500
commitf9af427d59fff4684f81033d41b07516ecc30ae0 (patch)
tree635199763aad6001270543ee084045fcb27de988 /go.mod
parent392075631a284617b7e37b8bdfb3157f5918cdec (diff)
downloadpodman-f9af427d59fff4684f81033d41b07516ecc30ae0.tar.gz
podman-f9af427d59fff4684f81033d41b07516ecc30ae0.tar.bz2
podman-f9af427d59fff4684f81033d41b07516ecc30ae0.zip
Bump k8s.io/apimachinery from 0.19.3 to 0.19.4
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.19.3 to 0.19.4. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.19.3...v0.19.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.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 836ce0750..e9dbd9925 100644
--- a/go.mod
+++ b/go.mod
@@ -70,7 +70,7 @@ require (
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
- k8s.io/apimachinery v0.19.3
+ k8s.io/apimachinery v0.19.4
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
)