diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-10 12:10:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 12:10:53 +0000 |
commit | e6b64703fedbc7113c5231e4c3eac88b28b5e694 (patch) | |
tree | 7f4ee6650818d18fc979c20b88aa0cf99f48c054 /go.mod | |
parent | acfcecf2ae41528d1d7ecd43d37d8fd554f587bc (diff) | |
download | podman-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |