aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-10 12:08:21 +0000
committerGitHub <noreply@github.com>2022-08-10 12:08:21 +0000
commite3f029cb83e1fb3ba79acc4ab8d8c4991e05971e (patch)
treec44ddcea58d212eb309576c52d65a8b3f1f2b05e /go.mod
parent89ab5c9fab81aaa1800f0da67ae6a10cac7afaa7 (diff)
downloadpodman-e3f029cb83e1fb3ba79acc4ab8d8c4991e05971e.tar.gz
podman-e3f029cb83e1fb3ba79acc4ab8d8c4991e05971e.tar.bz2
podman-e3f029cb83e1fb3ba79acc4ab8d8c4991e05971e.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.4.0 to 0.5.0. - [Release notes](https://github.com/container-orchestrated-devices/container-device-interface/releases) - [Commits](https://github.com/container-orchestrated-devices/container-device-interface/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/container-orchestrated-devices/container-device-interface 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 834abd334..210495dce 100644
--- a/go.mod
+++ b/go.mod
@@ -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.4.0
+ github.com/container-orchestrated-devices/container-device-interface v0.5.0
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.1.1
github.com/containers/buildah v1.27.0