We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b6451 commit ee36f7dCopy full SHA for ee36f7d
go.mod
@@ -3,8 +3,8 @@ module github.com/containerd/zfs
3
go 1.16
4
5
require (
6
- github.com/containerd/containerd v1.5.0-beta.3
7
- github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
+ github.com/containerd/containerd v1.5.0
+ github.com/containerd/continuity v0.1.0
8
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
9
github.com/pkg/errors v0.9.1
10
)
0 commit comments