summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-24 12:13:02 +0000
committerGitHub <noreply@github.com>2022-02-24 12:13:02 +0000
commitf3e883fb4c537e81bd498b2141662b071d7e53c7 (patch)
treed7979b0f40d1d90b5d8cb973145907480d1900ed /go.mod
parent283fd60e9d3bca1cc8f7bbd25ea929b23a6b8784 (diff)
downloadpodman-f3e883fb4c537e81bd498b2141662b071d7e53c7.tar.gz
podman-f3e883fb4c537e81bd498b2141662b071d7e53c7.tar.bz2
podman-f3e883fb4c537e81bd498b2141662b071d7e53c7.zip
Bump github.com/containernetworking/plugins from 1.0.1 to 1.1.0
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/containernetworking/plugins/releases) - [Commits](https://github.com/containernetworking/plugins/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: github.com/containernetworking/plugins dependency-type: direct:production update-type: version-update:semver-minor ... 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 fa16d88b5..2845985c2 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.0.1
+ github.com/containernetworking/plugins v1.1.0
github.com/containers/buildah v1.24.2
github.com/containers/common v0.47.5-0.20220222185251-194ee74231c3
github.com/containers/conmon v2.0.20+incompatible