Skip to content

Commit

Permalink
go.mod: module github.com/containerd/zfs/v2
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Oct 24, 2024
1 parent 4afee45 commit 27c6807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/containerd/zfs
module github.com/containerd/zfs/v2

go 1.22.0

Expand Down
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/containerd/platforms"
"github.com/containerd/plugin"
"github.com/containerd/plugin/registry"
"github.com/containerd/zfs"
"github.com/containerd/zfs/v2"
)

// Config represents configuration for the zfs plugin
Expand Down

0 comments on commit 27c6807

Please sign in to comment.