Skip to content

Commit b74b8d3

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update github.com/longhorn/go-common-libs digest to 15c6921
1 parent 6a6666e commit b74b8d3

File tree

7 files changed

+41
-12
lines changed

7 files changed

+41
-12
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.1
55
toolchain go1.23.6
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
@@ -88,8 +88,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
8888
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
8989
github.com/lithammer/dedent v1.1.0 h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=
9090
github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc=
91-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3 h1:sCyCt+54yhQ6qUVDupFfFogyCyBrfpQw3HdP61CXwxE=
92-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
91+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e h1:UUY1nbE/PHoCsikMYME/jPiB00UgXhbgK9E7ROQ+dNI=
92+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
9393
github.com/longhorn/longhorn-manager v1.8.1 h1:RWAfhAVxxLgQQR+C9VWLNf9oirdz14S69ZW7w/rfkTg=
9494
github.com/longhorn/longhorn-manager v1.8.1/go.mod h1:qnTey0+/mV+oUXowygscE2dNkcnCtscjw7bVJG9F0SA=
9595
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
@@ -117,7 +117,7 @@ github.com/json-iterator/go
117117
# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
118118
## explicit
119119
github.com/liggitt/tabwriter
120-
# github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3
120+
# github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e
121121
## explicit; go 1.23.0
122122
github.com/longhorn/go-common-libs/exec
123123
github.com/longhorn/go-common-libs/io

0 commit comments

Comments
 (0)