k3s/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/stats/doc.go

7 lines
133 B
Go
Raw Normal View History

2020-08-10 17:43:49 +00:00
package stats
import (
// go mod will not vendor without an import for metrics.proto
_ "github.com/containerd/cgroups/stats/v1"
)