mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-31 21:49:54 +00:00
7 lines
133 B
Go
7 lines
133 B
Go
package stats
|
|
|
|
import (
|
|
// go mod will not vendor without an import for metrics.proto
|
|
_ "github.com/containerd/cgroups/stats/v1"
|
|
)
|