go.mod: github.com/containerd/zfs
Signed-off-by: Samuel Karp <me@samuelkarp.com>
This commit is contained in:
5
vendor/github.com/containerd/zfs/plugin/plugin.go
generated
vendored
5
vendor/github.com/containerd/zfs/plugin/plugin.go
generated
vendored
@@ -31,8 +31,9 @@ type Config struct {
|
||||
|
||||
func init() {
|
||||
plugin.Register(&plugin.Registration{
|
||||
Type: plugin.SnapshotPlugin,
|
||||
ID: "zfs",
|
||||
Type: plugin.SnapshotPlugin,
|
||||
ID: "zfs",
|
||||
Config: &Config{},
|
||||
InitFn: func(ic *plugin.InitContext) (interface{}, error) {
|
||||
ic.Meta.Platforms = append(ic.Meta.Platforms, platforms.DefaultSpec())
|
||||
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -103,7 +103,7 @@ github.com/containerd/ttrpc/plugin
|
||||
# github.com/containerd/typeurl v1.0.2
|
||||
## explicit
|
||||
github.com/containerd/typeurl
|
||||
# github.com/containerd/zfs v0.0.0-20210324211415-d5c4544f0433
|
||||
# github.com/containerd/zfs v0.0.0-20210416085227-4140c9077d87
|
||||
## explicit
|
||||
github.com/containerd/zfs
|
||||
github.com/containerd/zfs/plugin
|
||||
|
||||
Reference in New Issue
Block a user