summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-27 08:22:04 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-08-28 06:13:09 -0400
commit34ae9865bb8cfe91d4e17297ec841e9b27a2f362 (patch)
tree11c60dc9da5e7afaf789c6e07d7a56836317288c /go.mod
parent061c93f70101026d79cca6e75ac0c565e1fa99ec (diff)
downloadpodman-34ae9865bb8cfe91d4e17297ec841e9b27a2f362.tar.gz
podman-34ae9865bb8cfe91d4e17297ec841e9b27a2f362.tar.bz2
podman-34ae9865bb8cfe91d4e17297ec841e9b27a2f362.zip
Bump github.com/containernetworking/plugins from 0.8.6 to 0.8.7
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v0.8.6...v0.8.7) 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c9f7b2fad..ca5dffe0f 100644
--- a/go.mod
+++ b/go.mod
@@ -8,8 +8,8 @@ require (
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
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.6
+ github.com/containernetworking/cni v0.8.0
+ github.com/containernetworking/plugins v0.8.7
github.com/containers/buildah v1.15.1-0.20200813183340-0a8dc1f8064c
github.com/containers/common v0.20.3-0.20200827091701-a550d6a98aa3
github.com/containers/conmon v2.0.19+incompatible