summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-14 08:59:10 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-05-14 07:22:48 -0400
commit9f0845ca43c67e2282669d99fb4ea2c925ec4ff4 (patch)
tree3c331f6625f13e6f713afe7ceaca5e69f25b1f4b /go.mod
parent150679d7b10ad56b7f41d22810eb2c421edf9da5 (diff)
downloadpodman-9f0845ca43c67e2282669d99fb4ea2c925ec4ff4.tar.gz
podman-9f0845ca43c67e2282669d99fb4ea2c925ec4ff4.tar.bz2
podman-9f0845ca43c67e2282669d99fb4ea2c925ec4ff4.zip
Bump github.com/containernetworking/plugins from 0.8.5 to 0.8.6
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v0.8.5...v0.8.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@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 de8323820..6ea43d5df 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