diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-28 12:09:13 +0000 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-05-03 13:38:54 -0400 |
commit | 8627b5151079cde65594c0c1588cdd5c1114ff94 (patch) | |
tree | 93e7106b282e191216c580b72f6a8866cde9ac19 /go.mod | |
parent | 9f6131e9c014cebac422c9f1e8def3bfe4ad8330 (diff) | |
download | podman-8627b5151079cde65594c0c1588cdd5c1114ff94.tar.gz podman-8627b5151079cde65594c0c1588cdd5c1114ff94.tar.bz2 podman-8627b5151079cde65594c0c1588cdd5c1114ff94.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 |