summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-02-12 09:17:09 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-02-12 05:21:49 -0500
commit964a2c0e2dfa836434348577044c9627f41e2b78 (patch)
treeb0c359d8e3a8f2a7e5327bee1e98621068d9bccf /go.mod
parentd0452ae6f3e3bd664ad45ef13ed5da1a8c09006b (diff)
downloadpodman-964a2c0e2dfa836434348577044c9627f41e2b78.tar.gz
podman-964a2c0e2dfa836434348577044c9627f41e2b78.tar.bz2
podman-964a2c0e2dfa836434348577044c9627f41e2b78.zip
build(deps): bump k8s.io/apimachinery from 0.17.2 to 0.17.3
Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.17.2 to 0.17.3. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/compare/v0.17.2...v0.17.3) 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 994746704..c9d31250a 100644
--- a/go.mod
+++ b/go.mod
@@ -78,7 +78,7 @@ require (
google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.17.2
- k8s.io/apimachinery v0.17.2
+ k8s.io/apimachinery v0.17.3
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
)