summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2021-01-14 16:01:59 +0100
committerPaul Holzinger <paul.holzinger@web.de>2021-01-14 16:52:52 +0100
commitad9bb80a24777e34a5141a7aa0336baeef3d892f (patch)
tree787d10da11a2e65d80e7fef492426a058ecf796f /go.mod
parenta944f906b8de00be0b50f9407d1905ba20f80823 (diff)
downloadpodman-ad9bb80a24777e34a5141a7aa0336baeef3d892f.tar.gz
podman-ad9bb80a24777e34a5141a7aa0336baeef3d892f.tar.bz2
podman-ad9bb80a24777e34a5141a7aa0336baeef3d892f.zip
Bump github.com/cri-o/ocicni to latest master
The changes from https://github.com/cri-o/ocicni/pull/83 are needed to improve the user experience when using the new network reload command. see: https://github.com/containers/podman/pull/8571#discussion_r535167473 Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
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 d3af0a71a..16e9ed88a 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,7 @@ require (
github.com/containers/psgo v1.5.2
github.com/containers/storage v1.24.5
github.com/coreos/go-systemd/v22 v22.1.0
- github.com/cri-o/ocicni v0.2.1-0.20201125151022-df072ea5421c
+ github.com/cri-o/ocicni v0.2.1-0.20201204103948-b6cbe99b9756
github.com/cyphar/filepath-securejoin v0.2.2
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v2.7.1+incompatible