diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-02 12:09:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-02 12:09:57 +0000 |
commit | 6dffa453a4c62a183526e22ac5c099f02b6c6f0e (patch) | |
tree | 8fb554763f57ceab4188dee55cc2409976cf545c /go.mod | |
parent | e60c41657b47584d99a16e5ba5bac253063c2fb4 (diff) | |
download | podman-6dffa453a4c62a183526e22ac5c099f02b6c6f0e.tar.gz podman-6dffa453a4c62a183526e22ac5c099f02b6c6f0e.tar.bz2 podman-6dffa453a4c62a183526e22ac5c099f02b6c6f0e.zip |
Bump github.com/containernetworking/cni from 1.1.0 to 1.1.1
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](https://github.com/containernetworking/cni/compare/v1.1.0...v1.1.1)
---
updated-dependencies:
- dependency-name: github.com/containernetworking/cni
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
@@ -9,7 +9,7 @@ require ( github.com/checkpoint-restore/checkpointctl v0.0.0-20220321135231-33f4a66335f0 github.com/checkpoint-restore/go-criu/v5 v5.3.0 github.com/container-orchestrated-devices/container-device-interface v0.4.0 - github.com/containernetworking/cni v1.1.0 + github.com/containernetworking/cni v1.1.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.26.1-0.20220524184833-5500333c2e06 github.com/containers/common v0.48.1-0.20220523155016-2fd37da97824 |