Use github.com/containerd/cgroups/v3 to remove gogo

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2022-11-11 17:54:24 +00:00
parent 135af6d9ab
commit 6596a70861
86 changed files with 4957 additions and 4399 deletions

View File

@@ -20,7 +20,7 @@
package v1
import (
v1 "github.com/containerd/cgroups/stats/v1"
v1 "github.com/containerd/cgroups/v3/cgroup1/stats"
)
type (

View File

@@ -20,7 +20,7 @@
package v2
import (
v2 "github.com/containerd/cgroups/v2/stats"
v2 "github.com/containerd/cgroups/v3/cgroup2/stats"
)
type (