diff options
author | Evan Lezar <elezar@nvidia.com> | 2022-02-23 08:02:44 +0200 |
---|---|---|
committer | Evan Lezar <elezar@nvidia.com> | 2022-02-23 08:02:47 +0200 |
commit | 46b7c5bc63dec21d1b2a68a36ad84298f9f176f2 (patch) | |
tree | 3c40d8bd13cd5bfc68cc25def52b6dff46daa1bd /vendor/modules.txt | |
parent | ccb96a2791fe9ae58a697bf1715600ecec8b246b (diff) | |
download | podman-46b7c5bc63dec21d1b2a68a36ad84298f9f176f2.tar.gz podman-46b7c5bc63dec21d1b2a68a36ad84298f9f176f2.tar.bz2 podman-46b7c5bc63dec21d1b2a68a36ad84298f9f176f2.zip |
Bump CDI go dependency to v0.3.0
This updates the CDI dependency to the v0.3.0 tagged version instead of
relying on a pseudo version. This also addresses the fact that cgroups
are not set correctly for devices using the previous dependency.
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 8d58ab5a5..32d0152e0 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -57,7 +57,7 @@ github.com/checkpoint-restore/go-criu/v5/rpc github.com/checkpoint-restore/go-criu/v5/stats # github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e github.com/chzyer/readline -# github.com/container-orchestrated-devices/container-device-interface v0.0.0-20220111162300-46367ec063fd +# github.com/container-orchestrated-devices/container-device-interface v0.3.0 ## explicit github.com/container-orchestrated-devices/container-device-interface/pkg/cdi github.com/container-orchestrated-devices/container-device-interface/specs-go |