Skip to content

Commit 6a6666e

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update patch digest dependencies
1 parent f17a29b commit 6a6666e

File tree

5 files changed

+20
-10
lines changed

5 files changed

+20
-10
lines changed

go.mod

+2-2
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-20250312065002-72871a09bee0
8+
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3
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
@@ -17,7 +17,7 @@ require (
1717
k8s.io/cli-runtime v0.32.3
1818
k8s.io/client-go v0.32.3
1919
k8s.io/kubectl v0.32.3
20-
k8s.io/utils v0.0.0-20241210054802-24370beab758
20+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
2121
sigs.k8s.io/kustomize/kyaml v0.18.1
2222
)
2323

go.sum

+4-4
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-20250312065002-72871a09bee0 h1:NSlPmMO0Szn4H69rypN/bsVhShgEAwMq3wBacWmPUvI=
92-
github.com/longhorn/go-common-libs v0.0.0-20250312065002-72871a09bee0/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
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=
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=
@@ -248,8 +248,8 @@ k8s.io/kubectl v0.32.3 h1:VMi584rbboso+yjfv0d8uBHwwxbC438LKq+dXd5tOAI=
248248
k8s.io/kubectl v0.32.3/go.mod h1:6Euv2aso5GKzo/UVMacV6C7miuyevpfI91SvBvV9Zdg=
249249
k8s.io/mount-utils v0.32.2 h1:aDwp+ucWiVnDr/LpRg88/dsXf/vm6gI1VZkYH3+3+Vw=
250250
k8s.io/mount-utils v0.32.2/go.mod h1:Kun5c2svjAPx0nnvJKYQWhfeNW+O0EpzHgRhDcYoSY0=
251-
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
252-
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
251+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e h1:KqK5c/ghOm8xkHYhlodbp6i6+r+ChV2vuAuVRdFbLro=
252+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
253253
sigs.k8s.io/controller-runtime v0.20.1 h1:JbGMAG/X94NeM3xvjenVUaBjy6Ui4Ogd/J5ZtjZnHaE=
254254
sigs.k8s.io/controller-runtime v0.20.1/go.mod h1:BrP3w158MwvB3ZbNpaAcIKkHQ7YGpYnzpoSTZ8E14WU=
255255
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=

vendor/github.com/longhorn/go-common-libs/ns/crypto.go

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

vendor/k8s.io/utils/buffer/ring_growing.go

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

vendor/modules.txt

+2-2
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-20250312065002-72871a09bee0
120+
# github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3
121121
## explicit; go 1.23.0
122122
github.com/longhorn/go-common-libs/exec
123123
github.com/longhorn/go-common-libs/io
@@ -808,7 +808,7 @@ k8s.io/kubectl/pkg/validation
808808
# k8s.io/mount-utils v0.32.2
809809
## explicit; go 1.23.0
810810
k8s.io/mount-utils
811-
# k8s.io/utils v0.0.0-20241210054802-24370beab758
811+
# k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
812812
## explicit; go 1.18
813813
k8s.io/utils/buffer
814814
k8s.io/utils/clock

0 commit comments

Comments
 (0)