Merge pull request #6439 from dmcgowan/remove-submodule-go-mod

Remove submodule go mod
This commit is contained in:
Derek McGowan
2022-01-19 11:20:04 -08:00
committed by GitHub
67 changed files with 0 additions and 49863 deletions

View File

@@ -8,7 +8,6 @@ require (
github.com/containerd/cgroups v1.0.2
// the actual version of containerd is replaced with the code at the root of this repository
github.com/containerd/containerd v1.5.8
github.com/containerd/containerd/api v1.6.0-beta.3
github.com/containerd/go-runc v1.0.0
github.com/containerd/ttrpc v1.1.0
github.com/containerd/typeurl v1.0.2
@@ -28,7 +27,6 @@ replace (
// in the "require" section above are still taken into account for version
// resolution if newer.
github.com/containerd/containerd => ../../
github.com/containerd/containerd/api => ../../api
// Replace rules below must be kept in sync with the main go.mod file at the
// root, because that's the actual version expected by the "containerd/containerd"