Remove api go submodule

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2022-01-18 14:40:40 -08:00
parent 46312f4a1b
commit fcb7bd6997
66 changed files with 0 additions and 49860 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"