diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-22 16:17:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 16:17:12 -0400 |
commit | d3afc6b3b6d6ba1d900b74d24affb132f38622d3 (patch) | |
tree | f5221692ff443286c4cfb729c14571a088663b1e /go.mod | |
parent | 1b27234d13d651e91b79f91397f7b4885f716872 (diff) | |
parent | e014608539c251e917ff675b12b22c6f92f0deac (diff) | |
download | podman-d3afc6b3b6d6ba1d900b74d24affb132f38622d3.tar.gz podman-d3afc6b3b6d6ba1d900b74d24affb132f38622d3.tar.bz2 podman-d3afc6b3b6d6ba1d900b74d24affb132f38622d3.zip |
Merge pull request #10741 from Luap99/test-ocicni
Do not use inotify for OCICNI
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ require ( github.com/containers/storage v1.32.3 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 - github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf + github.com/cri-o/ocicni v0.2.1-0.20210621164014-d0acc7862283 github.com/cyphar/filepath-securejoin v0.2.2 github.com/davecgh/go-spew v1.1.1 github.com/digitalocean/go-qemu v0.0.0-20210209191958-152a1535e49f |