Skip to content

Commit 4b339ae

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update patch digest dependencies
1 parent 38982ad commit 4b339ae

File tree

7 files changed

+42
-13
lines changed

7 files changed

+42
-13
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module github.com/longhorn/cli
22

33
go 1.23.1
44

5-
toolchain go1.24.1
5+
toolchain go1.24.2
66

77
require (
8-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3
8+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e
99
github.com/longhorn/longhorn-manager v1.8.1
1010
github.com/otiai10/copy v1.14.1
1111
github.com/pkg/errors v0.9.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
9191
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
9292
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=
9393
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
94-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3 h1:sCyCt+54yhQ6qUVDupFfFogyCyBrfpQw3HdP61CXwxE=
95-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
94+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e h1:UUY1nbE/PHoCsikMYME/jPiB00UgXhbgK9E7ROQ+dNI=
95+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
9696
github.com/longhorn/longhorn-manager v1.8.1 h1:RWAfhAVxxLgQQR+C9VWLNf9oirdz14S69ZW7w/rfkTg=
9797
github.com/longhorn/longhorn-manager v1.8.1/go.mod h1:qnTey0+/mV+oUXowygscE2dNkcnCtscjw7bVJG9F0SA=
9898
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=

vendor/github.com/longhorn/go-common-libs/io/file.go

+20-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/go-common-libs/nfs/nfs.go

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/go-common-libs/sys/sys.go

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/go-common-libs/utils/misc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ github.com/json-iterator/go
123123
# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
124124
## explicit
125125
github.com/liggitt/tabwriter
126-
# github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3
126+
# github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e
127127
## explicit; go 1.23.0
128128
github.com/longhorn/go-common-libs/exec
129129
github.com/longhorn/go-common-libs/io

0 commit comments

Comments
 (0)