diff --git a/cmd/ctr/main.go b/cmd/ctr/main.go index 1c468728..fe613eb1 100644 --- a/cmd/ctr/main.go +++ b/cmd/ctr/main.go @@ -20,7 +20,7 @@ import ( "fmt" "os" - "github.com/containerd/containerd/pkg/seed" + "github.com/containerd/containerd/pkg/seed" //nolint:staticcheck // Global math/rand seed is deprecated, but still used by external dependencies "github.com/containerd/imgcrypt/cmd/ctr/app" "github.com/urfave/cli" )