summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-28 08:36:12 -0400
committerGitHub <noreply@github.com>2020-08-28 08:36:12 -0400
commitb1d6ea26ff5dea97be9ac7f65486c3ebdfe80eac (patch)
tree70c7b808f7ca40127b9321a034a2fea1bbe63772 /go.mod
parent1369f90a053cf78fad67ae086eea393ac26a1861 (diff)
parent34ae9865bb8cfe91d4e17297ec841e9b27a2f362 (diff)
downloadpodman-b1d6ea26ff5dea97be9ac7f65486c3ebdfe80eac.tar.gz
podman-b1d6ea26ff5dea97be9ac7f65486c3ebdfe80eac.tar.bz2
podman-b1d6ea26ff5dea97be9ac7f65486c3ebdfe80eac.zip
Merge pull request #7471 from containers/dependabot/go_modules/github.com/containernetworking/plugins-0.8.7
Bump github.com/containernetworking/plugins from 0.8.6 to 0.8.7
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 f868993fa..1f12a0f1e 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