mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Update podman hooks dependency
This is required to ensure that a newer version of github.com/opencontainers/runtime-tools/generate is imported for use with CDI. Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
4bf05325b5
commit
a7580e3872
@ -21,7 +21,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
hooks "github.com/containers/podman/v2/pkg/hooks/1.0.0"
|
hooks "github.com/containers/podman/v4/pkg/hooks/1.0.0"
|
||||||
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
rspec "github.com/opencontainers/runtime-spec/specs-go"
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
cli "github.com/urfave/cli/v2"
|
cli "github.com/urfave/cli/v2"
|
||||||
|
Loading…
Reference in New Issue
Block a user