containers / virtcontainers

A Go package for building hardware virtualized container runtimes
Apache License 2.0
139 stars 43 forks source link

vendor: containerd package version should be constrained since it is imported #658

Closed sboeuf closed 6 years ago

sboeuf commented 6 years ago

pkg/oci/utils.go does import ""github.com/containerd/cri-containerd/pkg/annotations"", meaning this is a direct import, and that's why we should constraint this package in our vendoring.