summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2021-03-05 18:49:17 -0500
committerTomSweeneyRedHat <tsweeney@redhat.com>2021-03-05 18:49:17 -0500
commit803e58b36313b5fbd6735b458608052287368a99 (patch)
treedf207e80d359c0355546615519338a9ad4db68fd /go.mod
parent2a7815726c74765ac5b097ba986b61687a63f77e (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ea121e16c..e01d2d672 100644
--- a/go.mod
+++ b/go.mod
@@ -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