File tree Expand file tree Collapse file tree 2 files changed +136
-81
lines changed Expand file tree Collapse file tree 2 files changed +136
-81
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
77 github.com/compose-spec/compose-go v0.0.0-20210827054550-c78dcffd54c5
88 github.com/containerd/cgroups v1.0.1
99 github.com/containerd/console v1.0.3
10- github.com/containerd/containerd v1.5.5
11- github.com/containerd/containerd/api v0.0.0
10+ github.com/containerd/containerd v1.5.5 // replaced, see the bottom of this file
11+ github.com/containerd/containerd/api v0.0.0 // replaced, see the bottom of this file
1212 github.com/containerd/continuity v0.2.0
1313 github.com/containerd/go-cni v1.1.0
1414 github.com/containerd/imgcrypt v1.1.1
@@ -43,6 +43,6 @@ require (
4343)
4444
4545replace (
46- github.com/containerd/containerd => github.com/containerd/containerd v1.5.1-0.20210802172229-7d4891783aac
47- github.com/containerd/containerd/api => github.com/containerd/containerd/api v0.0.0-20210802172229-7d4891783aac
46+ github.com/containerd/containerd => github.com/containerd/containerd v1.5.1-0.20210916012622-7d6e9773acbe
47+ github.com/containerd/containerd/api => github.com/containerd/containerd/api v0.0.0-20210916012622-7d6e9773acbe
4848)
You can’t perform that action at this time.
0 commit comments