1 package stats 2 3 import ( 4 // go mod will not vendor without an import for metrics.proto 5 _ "github.com/containerd/cgroups/stats/v1" 6 ) 7
View as plain text