summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@suse.com>2019-07-03 10:00:26 +0200
committerSascha Grunert <sgrunert@suse.com>2019-07-03 11:35:44 +0200
commit143ed8b826ef5b63a805198412b2d30dd2cd07f5 (patch)
tree8355b26929b16266cacdf059a5c77f51d08b4fc9 /go.mod
parent23711589f06b243fde07b9fcecb1cdc11c98a616 (diff)
downloadpodman-143ed8b826ef5b63a805198412b2d30dd2cd07f5.tar.gz
podman-143ed8b826ef5b63a805198412b2d30dd2cd07f5.tar.bz2
podman-143ed8b826ef5b63a805198412b2d30dd2cd07f5.zip
Vendor latest OCICNI version
This is needed for dual stack IPv6 support within CRI-O. Because the API changed within OCICNI, we have to adapt the internal linux networking as well. Signed-off-by: Sascha Grunert <sgrunert@suse.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 8d41f5991..aa507741a 100644
--- a/go.mod
+++ b/go.mod
@@ -26,7 +26,7 @@ require (
github.com/coreos/go-iptables v0.4.1
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a
- github.com/cri-o/ocicni v0.0.0-20190328132530-0c180f981b27
+ github.com/cri-o/ocicni v0.1.1-0.20190702175919-7762645d18ca
github.com/cyphar/filepath-securejoin v0.2.2
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v2.7.1+incompatible