Skip to content

Commit

Permalink
Merge pull request #360 from AkihiroSuda/bump-containerd-20210915
Browse files Browse the repository at this point in the history
go.mod: bump up containerd to support clone3
  • Loading branch information
AkihiroSuda authored Sep 16, 2021
2 parents 95dd996 + d2aed3c commit d164112
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 81 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
github.com/compose-spec/compose-go v0.0.0-20210827054550-c78dcffd54c5
github.com/containerd/cgroups v1.0.1
github.com/containerd/console v1.0.3
github.com/containerd/containerd v1.5.5
github.com/containerd/containerd/api v0.0.0
github.com/containerd/containerd v1.5.5 // replaced, see the bottom of this file
github.com/containerd/containerd/api v0.0.0 // replaced, see the bottom of this file
github.com/containerd/continuity v0.2.0
github.com/containerd/go-cni v1.1.0
github.com/containerd/imgcrypt v1.1.1
Expand Down Expand Up @@ -43,6 +43,6 @@ require (
)

replace (
github.com/containerd/containerd => github.com/containerd/containerd v1.5.1-0.20210802172229-7d4891783aac
github.com/containerd/containerd/api => github.com/containerd/containerd/api v0.0.0-20210802172229-7d4891783aac
github.com/containerd/containerd => github.com/containerd/containerd v1.5.1-0.20210916012622-7d6e9773acbe
github.com/containerd/containerd/api => github.com/containerd/containerd/api v0.0.0-20210916012622-7d6e9773acbe
)
Loading

0 comments on commit d164112

Please sign in to comment.