summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-03-10 09:04:06 -0500
committerGitHub <noreply@github.com>2022-03-10 09:04:06 -0500
commitdb08bc096e512de46240850f63bb0b7861dbcb1c (patch)
treeabd8607f5cc584f35e509f16661be665ef074ab1 /go.mod
parente10394da7e20daee66869d128339b1733a088999 (diff)
parente6b64703fedbc7113c5231e4c3eac88b28b5e694 (diff)
downloadpodman-db08bc096e512de46240850f63bb0b7861dbcb1c.tar.gz
podman-db08bc096e512de46240850f63bb0b7861dbcb1c.tar.bz2
podman-db08bc096e512de46240850f63bb0b7861dbcb1c.zip
Merge pull request #13477 from containers/dependabot/go_modules/github.com/containernetworking/plugins-1.1.1
Bump github.com/containernetworking/plugins from 1.1.0 to 1.1.1
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 bfb2d7b9f..57347acea 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/checkpoint-restore/go-criu/v5 v5.3.0
github.com/container-orchestrated-devices/container-device-interface v0.3.0
github.com/containernetworking/cni v1.0.1
- github.com/containernetworking/plugins v1.1.0
+ github.com/containernetworking/plugins v1.1.1
github.com/containers/buildah v1.24.2
github.com/containers/common v0.47.5-0.20220228211119-9880eb424fde
github.com/containers/conmon v2.0.20+incompatible