diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-28 12:12:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 12:12:48 +0000 |
commit | ba70dd5ecf6b4e5e55f55bcf966c513c3ce944be (patch) | |
tree | 977567eeee737d2c1f41e721f14ea104f0a8b353 /go.mod | |
parent | dca5ead2d7ad8ac3b14fed6736c102b571d8baf1 (diff) | |
download | podman-ba70dd5ecf6b4e5e55f55bcf966c513c3ce944be.tar.gz podman-ba70dd5ecf6b4e5e55f55bcf966c513c3ce944be.tar.bz2 podman-ba70dd5ecf6b4e5e55f55bcf966c513c3ce944be.zip |
build(deps): bump github.com/container-orchestrated-devices/container-device-interface
Bumps [github.com/container-orchestrated-devices/container-device-interface](https://github.com/container-orchestrated-devices/container-device-interface) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/container-orchestrated-devices/container-device-interface/releases)
- [Commits](https://github.com/container-orchestrated-devices/container-device-interface/compare/v0.5.1...v0.5.2)
---
updated-dependencies:
- dependency-name: github.com/container-orchestrated-devices/container-device-interface
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
@@ -8,7 +8,7 @@ require ( github.com/buger/goterm v1.0.4 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.5.1 + github.com/container-orchestrated-devices/container-device-interface v0.5.2 github.com/containernetworking/cni v1.1.2 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.27.1-0.20220921131114-d3064796af36 |