Skip to content

Commit

Permalink
vendor sync up with containerd 1.5 ga, and runc94
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankasaggu11929 committed May 11, 2021
1 parent 56b6451 commit 48a2bb6
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 4 deletions.
19 changes: 17 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,23 @@ 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/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
github.com/moby/sys/mountinfo v0.4.1 // indirect
github.com/opencontainers/runc v1.0.0-rc94 // indirect
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/urfave/cli v1.22.5 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // 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-20210510120138-977fb7262007 // indirect
google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
google.golang.org/grpc v1.37.0 // indirect
)
Loading

0 comments on commit 48a2bb6

Please sign in to comment.