Skip to content

Commit 38982ad

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

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.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.29.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
@@ -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-20250312065002-72871a09bee0 h1:NSlPmMO0Szn4H69rypN/bsVhShgEAwMq3wBacWmPUvI=
95-
github.com/longhorn/go-common-libs v0.0.0-20250312065002-72871a09bee0/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
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=
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=
@@ -250,8 +250,8 @@ k8s.io/kubectl v0.29.3 h1:RuwyyIU42MAISRIePaa8Q7A3U74Q9P4MoJbDFz9o3us=
250250
k8s.io/kubectl v0.29.3/go.mod h1:yCxfY1dbwgVdEt2zkJ6d5NNLOhhWgTyrqACIoFhpdd4=
251251
k8s.io/mount-utils v0.32.2 h1:aDwp+ucWiVnDr/LpRg88/dsXf/vm6gI1VZkYH3+3+Vw=
252252
k8s.io/mount-utils v0.32.2/go.mod h1:Kun5c2svjAPx0nnvJKYQWhfeNW+O0EpzHgRhDcYoSY0=
253-
k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJJI8IUa1AmH/qa0=
254-
k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
253+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e h1:KqK5c/ghOm8xkHYhlodbp6i6+r+ChV2vuAuVRdFbLro=
254+
k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
255255
sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo=
256256
sigs.k8s.io/controller-runtime v0.19.4/go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4=
257257
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
@@ -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-20250312065002-72871a09bee0
126+
# github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3
127127
## explicit; go 1.23.0
128128
github.com/longhorn/go-common-libs/exec
129129
github.com/longhorn/go-common-libs/io
@@ -814,7 +814,7 @@ k8s.io/kubectl/pkg/validation
814814
# k8s.io/mount-utils v0.32.2
815815
## explicit; go 1.23.0
816816
k8s.io/mount-utils
817-
# k8s.io/utils v0.0.0-20241210054802-24370beab758
817+
# k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e
818818
## explicit; go 1.18
819819
k8s.io/utils/buffer
820820
k8s.io/utils/clock

0 commit comments

Comments
 (0)