File tree Expand file tree Collapse file tree 2 files changed +195
-4
lines changed Expand file tree Collapse file tree 2 files changed +195
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,23 @@ module github.com/containerd/zfs
33go 1.16
44
55require (
6- github.com/containerd/containerd v1.5.0-beta.3
7- github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
6+ github.com/Microsoft/go-winio v0.5.0 // indirect
7+ github.com/containerd/containerd v1.5.0
8+ github.com/containerd/continuity v0.1.0
9+ github.com/coreos/go-systemd/v22 v22.3.2 // indirect
10+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
11+ github.com/golang/protobuf v1.5.2 // indirect
812 github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
13+ github.com/moby/sys/mountinfo v0.4.1 // indirect
14+ github.com/opencontainers/runc v1.0.0-rc94 // indirect
915 github.com/pkg/errors v0.9.1
16+ github.com/russross/blackfriday/v2 v2.1.0 // indirect
17+ github.com/sirupsen/logrus v1.8.1 // indirect
18+ github.com/urfave/cli v1.22.5 // indirect
19+ github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
20+ go.opencensus.io v0.23.0 // indirect
21+ golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
22+ golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
23+ google.golang.org/genproto v0.0.0-20210510173355-fb37daa5cd7a // indirect
24+ google.golang.org/grpc v1.37.0 // indirect
1025)
You can’t perform that action at this time.
0 commit comments