diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-05-12 14:28:10 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-05-12 14:28:10 +0200 |
commit | 5cfd09073c1858aae3d08877270c1b0229bbc647 (patch) | |
tree | 1c8d34f53a5dbe8ed5f9044817f3eea809577391 /go.mod | |
parent | 968741d6de3d0d5257a4457f4f0ca055a64f1c95 (diff) | |
download | podman-5cfd09073c1858aae3d08877270c1b0229bbc647.tar.gz podman-5cfd09073c1858aae3d08877270c1b0229bbc647.tar.bz2 podman-5cfd09073c1858aae3d08877270c1b0229bbc647.zip |
vendor crio/ocicni@v0.2.0
Fixes: #5193
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/containers/psgo v1.5.0 github.com/containers/storage v1.19.1 github.com/coreos/go-systemd/v22 v22.0.0 - github.com/cri-o/ocicni v0.1.1-0.20190920040751-deac903fd99b + github.com/cri-o/ocicni v0.2.0 github.com/cyphar/filepath-securejoin v0.2.2 github.com/davecgh/go-spew v1.1.1 github.com/docker/distribution v2.7.1+incompatible |