Skip to content

Commit 08e239c

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update patch digest dependencies
1 parent 80e5216 commit 08e239c

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.24.1
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.9.0-dev-20250309
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.19.0
2222
)
2323

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
8787
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
8888
github.com/lithammer/dedent v1.1.0 h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=
8989
github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc=
90-
github.com/longhorn/go-common-libs v0.0.0-20250312065002-72871a09bee0 h1:NSlPmMO0Szn4H69rypN/bsVhShgEAwMq3wBacWmPUvI=
91-
github.com/longhorn/go-common-libs v0.0.0-20250312065002-72871a09bee0/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
90+
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3 h1:sCyCt+54yhQ6qUVDupFfFogyCyBrfpQw3HdP61CXwxE=
91+
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
9292
github.com/longhorn/longhorn-manager v1.9.0-dev-20250309 h1:SVmDoE3+Psqiv7Cd31kiUS1TXRSUM+7SD3r4VExqrKo=
9393
github.com/longhorn/longhorn-manager v1.9.0-dev-20250309/go.mod h1:CTjJJYhfQ+l5mQ1xVCuCa8bN3uQKJljD4MAcaHFIWWg=
9494
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
@@ -247,8 +247,8 @@ k8s.io/kubectl v0.32.3 h1:VMi584rbboso+yjfv0d8uBHwwxbC438LKq+dXd5tOAI=
247247
k8s.io/kubectl v0.32.3/go.mod h1:6Euv2aso5GKzo/UVMacV6C7miuyevpfI91SvBvV9Zdg=
248248
k8s.io/mount-utils v0.32.2 h1:aDwp+ucWiVnDr/LpRg88/dsXf/vm6gI1VZkYH3+3+Vw=
249249
k8s.io/mount-utils v0.32.2/go.mod h1:Kun5c2svjAPx0nnvJKYQWhfeNW+O0EpzHgRhDcYoSY0=
250-
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
251-
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
250+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e h1:KqK5c/ghOm8xkHYhlodbp6i6+r+ChV2vuAuVRdFbLro=
251+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
252252
sigs.k8s.io/controller-runtime v0.20.3 h1:I6Ln8JfQjHH7JbtCD2HCYHoIzajoRxPNuvhvcDbZgkI=
253253
sigs.k8s.io/controller-runtime v0.20.3/go.mod h1:xg2XB0K5ShQzAgsoujxuKN4LNXR2LfwwHsPj7Iaw+XY=
254254
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
@@ -811,7 +811,7 @@ k8s.io/kubectl/pkg/validation
811811
# k8s.io/mount-utils v0.32.2
812812
## explicit; go 1.23.0
813813
k8s.io/mount-utils
814-
# k8s.io/utils v0.0.0-20241210054802-24370beab758
814+
# k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
815815
## explicit; go 1.18
816816
k8s.io/utils/buffer
817817
k8s.io/utils/clock

0 commit comments

Comments
 (0)