Skip to content

Commit

Permalink
vendor: github.com/mistifyio/go-zfs/v3 v3.0.1
Browse files Browse the repository at this point in the history
Switching to the v3 version, which was renamed to be compatible with
go modules.

Full diff: mistifyio/go-zfs@f784269...v3.0.1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah authored and pull[bot] committed Nov 30, 2023
1 parent 16c676a commit 7053832
Show file tree
Hide file tree
Showing 27 changed files with 907 additions and 298 deletions.
2 changes: 1 addition & 1 deletion daemon/graphdriver/zfs/zfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/docker/docker/daemon/graphdriver"
"github.com/docker/docker/pkg/idtools"
"github.com/docker/docker/pkg/parsers"
zfs "github.com/mistifyio/go-zfs"
zfs "github.com/mistifyio/go-zfs/v3"
"github.com/moby/locker"
"github.com/moby/sys/mount"
"github.com/moby/sys/mountinfo"
Expand Down
2 changes: 1 addition & 1 deletion vendor.mod
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ require (
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2
github.com/klauspost/compress v1.16.3
github.com/miekg/dns v1.1.43
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
github.com/mistifyio/go-zfs/v3 v3.0.1
github.com/moby/buildkit v0.11.6
github.com/moby/ipvs v1.1.0
github.com/moby/locker v1.0.1
Expand Down
3 changes: 2 additions & 1 deletion vendor.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,9 @@ github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKju
github.com/miekg/dns v1.1.43 h1:JKfpVSCB84vrAmHzyrsxB5NAr5kLoMXZArPSw7Qlgyg=
github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4=
github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible h1:aKW/4cBs+yK6gpqU3K/oIwk9Q/XICqd3zOX/UFuvqmk=
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible/go.mod h1:8AuVvqP/mXw1px98n46wfvcGfQ4ci2FwoAjKYxuo3Z4=
github.com/mistifyio/go-zfs/v3 v3.0.1 h1:YaoXgBePoMA12+S1u/ddkv+QqxcfiZK4prI6HPnkFiU=
github.com/mistifyio/go-zfs/v3 v3.0.1/go.mod h1:CzVgeB0RvF2EGzQnytKVvVSDwmKJXxkOTUGbNrTja/k=
github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc=
github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
Expand Down
1 change: 0 additions & 1 deletion vendor/github.com/mistifyio/go-zfs/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions vendor/github.com/mistifyio/go-zfs/.travis.yml

This file was deleted.

34 changes: 0 additions & 34 deletions vendor/github.com/mistifyio/go-zfs/Vagrantfile

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/mistifyio/go-zfs/utils_notsolaris.go

This file was deleted.

17 changes: 0 additions & 17 deletions vendor/github.com/mistifyio/go-zfs/utils_solaris.go

This file was deleted.

6 changes: 6 additions & 0 deletions vendor/github.com/mistifyio/go-zfs/v3/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

207 changes: 207 additions & 0 deletions vendor/github.com/mistifyio/go-zfs/v3/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions vendor/github.com/mistifyio/go-zfs/v3/.yamllint

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7053832

Please sign in to comment.