summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-03 13:17:31 +0000
committerLokesh Mandvekar <lsm5@fedoraproject.org>2021-02-05 11:37:23 -0500
commitce4265af83aca3a30909476b21b8f000a90011e3 (patch)
tree884844acba4ad9efef7b72a82b9e5a338681b78c /go.mod
parent82081e8112ab14d08815ac77b76a78d465e4c7b3 (diff)
downloadpodman-ce4265af83aca3a30909476b21b8f000a90011e3.tar.gz
podman-ce4265af83aca3a30909476b21b8f000a90011e3.tar.bz2
podman-ce4265af83aca3a30909476b21b8f000a90011e3.zip
Bump github.com/containernetworking/cni from 0.8.0 to 0.8.1
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/containernetworking/cni/releases) - [Commits](https://github.com/containernetworking/cni/compare/v0.8.0...v0.8.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Backport to v3.0 (cherry picked from commit 9dc795191537149503822acc3171f735a53192f4) Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
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 582b6b6e0..da64bced4 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ 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.8.0
+ github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.0
github.com/containers/buildah v1.19.2
github.com/containers/common v0.33.3