Skip to content

Commit 6d1aad0

Browse files
renovate[bot]mtrmac
authored andcommitted
fix(deps): update module github.com/mistifyio/go-zfs/v3 to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Miloslav Trmač <[email protected]>
1 parent 513eb51 commit 6d1aad0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

storage/drivers/zfs/zfs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"sync"
1313
"time"
1414

15-
zfs "github.com/mistifyio/go-zfs/v3"
15+
zfs "github.com/mistifyio/go-zfs/v4"
1616
"github.com/opencontainers/selinux/go-selinux/label"
1717
"github.com/sirupsen/logrus"
1818
graphdriver "go.podman.io/storage/drivers"

storage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/klauspost/compress v1.18.1
1515
github.com/klauspost/pgzip v1.2.6
1616
github.com/mattn/go-shellwords v1.0.12
17-
github.com/mistifyio/go-zfs/v3 v3.1.0
17+
github.com/mistifyio/go-zfs/v4 v4.0.0
1818
github.com/moby/sys/capability v0.4.0
1919
github.com/moby/sys/mountinfo v0.7.2
2020
github.com/moby/sys/user v0.4.0

storage/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
3434
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
3535
github.com/mattn/go-shellwords v1.0.12 h1:M2zGm7EW6UQJvDeQxo4T51eKPurbeFbe8WtebGE2xrk=
3636
github.com/mattn/go-shellwords v1.0.12/go.mod h1:EZzvwXDESEeg03EKmM+RmDnNOPKG4lLtQsUlTZDWQ8Y=
37-
github.com/mistifyio/go-zfs/v3 v3.1.0 h1:FZaylcg0hjUp27i23VcJJQiuBeAZjrC8lPqCGM1CopY=
38-
github.com/mistifyio/go-zfs/v3 v3.1.0/go.mod h1:CzVgeB0RvF2EGzQnytKVvVSDwmKJXxkOTUGbNrTja/k=
37+
github.com/mistifyio/go-zfs/v4 v4.0.0 h1:sU0+5dX45tdDK5xNZ3HBi95nxUc48FS92qbIZEvpAg4=
38+
github.com/mistifyio/go-zfs/v4 v4.0.0/go.mod h1:weotFtXTHvBwhr9Mv96KYnDkTPBOHFUbm9cBmQpesL0=
3939
github.com/moby/sys/capability v0.4.0 h1:4D4mI6KlNtWMCM1Z/K0i7RV1FkX+DBDHKVJpCndZoHk=
4040
github.com/moby/sys/capability v0.4.0/go.mod h1:4g9IK291rVkms3LKCDOoYlnV8xKwoDTpIrNEE35Wq0I=
4141
github.com/moby/sys/mountinfo v0.7.2 h1:1shs6aH5s4o5H2zQLn796ADW1wMrIwHsyJ2v9KouLrg=

0 commit comments

Comments
 (0)