diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-28 12:09:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 12:09:13 +0000 |
commit | 589e42c9906fc01767bbeecea46f9ff3dd20dc75 (patch) | |
tree | ffcb58cdb45b8f02fa059579aa58e137d3b0046e /go.mod | |
parent | 2b8cafc0671fbbd155770f044b8216f050877192 (diff) | |
download | podman-589e42c9906fc01767bbeecea46f9ff3dd20dc75.tar.gz podman-589e42c9906fc01767bbeecea46f9ff3dd20dc75.tar.bz2 podman-589e42c9906fc01767bbeecea46f9ff3dd20dc75.zip |
Bump github.com/containernetworking/cni from 1.0.1 to 1.1.0
Bumps [github.com/containernetworking/cni](https://github.com/containernetworking/cni) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/containernetworking/cni/releases)
- [Commits](https://github.com/containernetworking/cni/compare/v1.0.1...v1.1.0)
---
updated-dependencies:
- dependency-name: github.com/containernetworking/cni
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.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.0.1 + github.com/containernetworking/cni v1.1.0 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.25.2-0.20220423102655-8f2bb8876f3f github.com/containers/common v0.47.5-0.20220425182415-4081e6be9356 |