containerd/vendor/github.com/Microsoft/hcsshim/cmd/containerd-shim-runhcs-v1/stats/doc.go
Kirtana Ashok e7e5619fed Update hcsshim tag to v0.10.0
Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
2023-08-09 11:55:54 -07:00

7 lines
141 B
Go

package stats
import (
// go mod will not vendor without an import for metrics.proto
_ "github.com/containerd/cgroups/v3/cgroup1/stats"
)