diff options
author | Paul Holzinger <paul.holzinger@web.de> | 2021-01-14 16:01:59 +0100 |
---|---|---|
committer | Paul Holzinger <paul.holzinger@web.de> | 2021-01-14 16:52:52 +0100 |
commit | ad9bb80a24777e34a5141a7aa0336baeef3d892f (patch) | |
tree | 787d10da11a2e65d80e7fef492426a058ecf796f /go.mod | |
parent | a944f906b8de00be0b50f9407d1905ba20f80823 (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |