libct: switch from libct/devices to libct/cgroups/devices/config

Use the old package name as an alias to minimize the patch.

No functional change; this just eliminates a bunch of deprecation
warnings.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-01-03 19:11:16 -08:00
parent 200f56315e
commit 6c9ddcc648
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"
"github.com/opencontainers/runc/libcontainer/devices"
devices "github.com/opencontainers/runc/libcontainer/cgroups/devices/config"
"github.com/opencontainers/runtime-spec/specs-go"
)