Replace github.com/container-orchestrated-devices/container-device-interface with tags.cncf.io

This also removes the indirect dependency on runc which has a CVE.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
Evan Lezar
2024-02-07 12:20:58 +01:00
parent 640bd6ee3f
commit 3604927034
77 changed files with 440 additions and 670 deletions

View File

@@ -19,7 +19,7 @@ package transform
import (
"fmt"
"github.com/container-orchestrated-devices/container-device-interface/specs-go"
"tags.cncf.io/container-device-interface/specs-go"
)
type remove map[string]bool