summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-10 12:10:53 +0000
committerGitHub <noreply@github.com>2022-03-10 12:10:53 +0000
commite6b64703fedbc7113c5231e4c3eac88b28b5e694 (patch)
tree7f4ee6650818d18fc979c20b88aa0cf99f48c054 /go.mod
parentacfcecf2ae41528d1d7ecd43d37d8fd554f587bc (diff)
downloadpodman-e6b64703fedbc7113c5231e4c3eac88b28b5e694.tar.gz
podman-e6b64703fedbc7113c5231e4c3eac88b28b5e694.tar.bz2
podman-e6b64703fedbc7113c5231e4c3eac88b28b5e694.zip
Bump github.com/containernetworking/plugins from 1.1.0 to 1.1.1
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/containernetworking/plugins dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.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 f0d2e0e01..be3976c48 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