Skip to content

Commit 96f4ce4

Browse files
committed
zfs: seperate implementation pkg from plugin pkg and revendor
Signed-off-by: Siddharth Yadav <[email protected]>
1 parent fabebe5 commit 96f4ce4

6 files changed

Lines changed: 88 additions & 36 deletions

File tree

cmd/containerd/builtins_zfs_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
package main
2020

21-
import _ "github.com/containerd/zfs"
21+
import _ "github.com/containerd/zfs/plugin"

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ github.com/fullsailor/pkcs7 8306686428a5fe132eac8cb7c484
9999
gopkg.in/square/go-jose.v2 v2.3.1
100100

101101
# zfs dependencies
102-
github.com/containerd/zfs 9abf673ca6ff9ab8d9bd776a4ceff8f6dc699c3d
102+
github.com/containerd/zfs 0a33824f23a2ab8ec84166f47b571ecb793b0354
103103
github.com/mistifyio/go-zfs f784269be439d704d3dfa1906f45dd848fed2beb
104104

105105
# aufs dependencies

vendor/github.com/containerd/zfs/README.md

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/zfs/go.mod

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/zfs/plugin/plugin.go

Lines changed: 58 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containerd/zfs/zfs.go

Lines changed: 2 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)