diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-03-05 18:49:17 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-03-05 18:49:17 -0500 |
commit | 803e58b36313b5fbd6735b458608052287368a99 (patch) | |
tree | df207e80d359c0355546615519338a9ad4db68fd /go.mod | |
parent | 2a7815726c74765ac5b097ba986b61687a63f77e (diff) | |
download | podman-803e58b36313b5fbd6735b458608052287368a99.tar.gz podman-803e58b36313b5fbd6735b458608052287368a99.tar.bz2 podman-803e58b36313b5fbd6735b458608052287368a99.zip |
Bump github.com/containernetworking/plugins to v0.9.1
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.8.1 - github.com/containernetworking/plugins v0.9.0 + github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.19.7 github.com/containers/common v0.35.0 github.com/containers/conmon v2.0.20+incompatible |