mirror of https://github.com/k3s-io/k3s
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"
|
||
|
)
|