From a7580e387223af84742888d6e5cb8c33eacf307d Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Thu, 10 Feb 2022 16:57:18 +0100 Subject: [PATCH] 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 --- tools/container/crio/crio.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/container/crio/crio.go b/tools/container/crio/crio.go index 594f75dc..0459f631 100644 --- a/tools/container/crio/crio.go +++ b/tools/container/crio/crio.go @@ -21,7 +21,7 @@ import ( "os" "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" log "github.com/sirupsen/logrus" cli "github.com/urfave/cli/v2"