Skip to content

Commit

Permalink
vendor sync up with containerd 1.5 ga & runc_v1.0.0-rc94
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankasaggu11929 committed May 12, 2021
1 parent 56b6451 commit 9a5ca41
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 21 deletions.
12 changes: 10 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ module github.com/containerd/zfs
go 1.16

require (
github.com/containerd/containerd v1.5.0-beta.3
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/containerd/containerd v1.5.0
github.com/containerd/continuity v0.1.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
golang.org/x/sys v0.0.0-20210511113859-b0526f3d8744 // indirect
google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
google.golang.org/grpc v1.37.1 // indirect
)
Loading

0 comments on commit 9a5ca41

Please sign in to comment.