summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-14 06:35:38 -0700
committerGitHub <noreply@github.com>2020-05-14 06:35:38 -0700
commite35edb6cc51c55179126d2f0507bfdfdeb72052c (patch)
treeb4d6fe2113a6fa119a0f9b95cb375d1e350619f6 /go.mod
parentf2f0de430d7545d19ef9505d7f6d8ef46a0d36b9 (diff)
parent9f0845ca43c67e2282669d99fb4ea2c925ec4ff4 (diff)
downloadpodman-e35edb6cc51c55179126d2f0507bfdfdeb72052c.tar.gz
podman-e35edb6cc51c55179126d2f0507bfdfdeb72052c.tar.bz2
podman-e35edb6cc51c55179126d2f0507bfdfdeb72052c.zip
Merge pull request #6223 from containers/dependabot/go_modules/github.com/containernetworking/plugins-0.8.6
Bump github.com/containernetworking/plugins from 0.8.5 to 0.8.6
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 b6ffc7ee1..aac3f4c6f 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,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.7.2-0.20200304161608-4fae32b84921
- github.com/containernetworking/plugins v0.8.5
+ github.com/containernetworking/plugins v0.8.6
github.com/containers/buildah v1.14.9-0.20200501175434-42a48f9373d9
github.com/containers/common v0.11.2
github.com/containers/conmon v2.0.16+incompatible