diff options
author | Sascha Grunert <sgrunert@suse.com> | 2019-07-03 10:00:26 +0200 |
---|---|---|
committer | Sascha Grunert <sgrunert@suse.com> | 2019-07-03 11:35:44 +0200 |
commit | 143ed8b826ef5b63a805198412b2d30dd2cd07f5 (patch) | |
tree | 8355b26929b16266cacdf059a5c77f51d08b4fc9 /vendor/modules.txt | |
parent | 23711589f06b243fde07b9fcecb1cdc11c98a616 (diff) | |
download | podman-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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 7f2693903..eb0981c9e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -153,7 +153,7 @@ github.com/coreos/go-systemd/sdjournal github.com/coreos/go-systemd/journal # github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f github.com/coreos/pkg/dlopen -# github.com/cri-o/ocicni v0.0.0-20190328132530-0c180f981b27 +# github.com/cri-o/ocicni v0.1.1-0.20190702175919-7762645d18ca github.com/cri-o/ocicni/pkg/ocicni # github.com/cyphar/filepath-securejoin v0.2.2 github.com/cyphar/filepath-securejoin |