Skip to content

Commit 4ae37e0

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update patch digest dependencies
1 parent 80af239 commit 4ae37e0

File tree

28 files changed

+796
-1310
lines changed

28 files changed

+796
-1310
lines changed

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ module github.com/longhorn/longhorn-instance-manager
22

33
go 1.23.0
44

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

77
require (
88
github.com/google/uuid v1.6.0
9-
github.com/longhorn/backupstore v0.0.0-20250315040513-2fb98aebc16a
10-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3
11-
github.com/longhorn/go-spdk-helper v0.0.2-0.20250317050445-36b195dfc91f
9+
github.com/longhorn/backupstore v0.0.0-20250331142654-de3610ff9c89
10+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e
11+
github.com/longhorn/go-spdk-helper v0.0.2-0.20250331080956-cf8cb476ef80
1212
github.com/longhorn/longhorn-engine v1.9.0-dev-20250223.0.20250225091521-921f63f3a87d
1313
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250307042641-6bced35f0eac
1414
github.com/longhorn/types v0.0.0-20250311092239-23a07a51e0ba
@@ -17,8 +17,8 @@ require (
1717
github.com/urfave/cli v1.22.16
1818
golang.org/x/net v0.37.0
1919
golang.org/x/sync v0.12.0
20-
google.golang.org/grpc v1.71.0
21-
google.golang.org/protobuf v1.36.5
20+
google.golang.org/grpc v1.71.1
21+
google.golang.org/protobuf v1.36.6
2222
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
2323
k8s.io/mount-utils v0.32.3
2424
)

go.sum

+10-10
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
108108
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
109109
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
110110
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
111-
github.com/longhorn/backupstore v0.0.0-20250315040513-2fb98aebc16a h1:JdC/VSfjNJvrDEks0w3xvHveLEhV/vqAVOg066dUbx0=
112-
github.com/longhorn/backupstore v0.0.0-20250315040513-2fb98aebc16a/go.mod h1:hbgoIHIthPPsMu5HToirO2X56PkmUOEhWnEYZGxFiA0=
113-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3 h1:sCyCt+54yhQ6qUVDupFfFogyCyBrfpQw3HdP61CXwxE=
114-
github.com/longhorn/go-common-libs v0.0.0-20250319033109-764d1dea35f3/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
111+
github.com/longhorn/backupstore v0.0.0-20250331142654-de3610ff9c89 h1:Jtk6ibHmAEaMSQvvbA82GwYuPIIa1ZaIZMvBdm5xRT4=
112+
github.com/longhorn/backupstore v0.0.0-20250331142654-de3610ff9c89/go.mod h1:GPSBd/IhZXCWQ0lrqr3F1yJnRSbYQTHg4HxTvvIBxEw=
113+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e h1:UUY1nbE/PHoCsikMYME/jPiB00UgXhbgK9E7ROQ+dNI=
114+
github.com/longhorn/go-common-libs v0.0.0-20250401013213-15c69217876e/go.mod h1:Yke3SMmcKCzngAu8fm5PNND2WiF/8blhsV4s6piy5zM=
115115
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625 h1:d39A3041RyFve26tIuKUuzrh2CkBY970xlGIXgMA998=
116116
github.com/longhorn/go-iscsi-helper v0.0.0-20250111093313-7e1930499625/go.mod h1:yIm3sGRuYOw/Y3XzRhG5+3FlZBOfrU5EZOavzwL2jVs=
117-
github.com/longhorn/go-spdk-helper v0.0.2-0.20250317050445-36b195dfc91f h1:p/0TRi+MF37Xy/98HHYfyEmucbuoJU3vrbL9rNtoXXA=
118-
github.com/longhorn/go-spdk-helper v0.0.2-0.20250317050445-36b195dfc91f/go.mod h1:tBkBO3ikkz5wLMY+f/xlChxYWVZw5Re21+HzqtkVeAM=
117+
github.com/longhorn/go-spdk-helper v0.0.2-0.20250331080956-cf8cb476ef80 h1:SyrFa7icUKpzHaH+nN/QLixp/zfiGypWKB4dIopAuHk=
118+
github.com/longhorn/go-spdk-helper v0.0.2-0.20250331080956-cf8cb476ef80/go.mod h1:aLd7I7vsfrV7kbUNMyo+REdwf/ev2Es2SAvumCG74Ks=
119119
github.com/longhorn/longhorn-engine v1.9.0-dev-20250223.0.20250225091521-921f63f3a87d h1:JdkTIIaKT0uUU80Ncl26JeAqT727PgPJMaqjf0OUfAE=
120120
github.com/longhorn/longhorn-engine v1.9.0-dev-20250223.0.20250225091521-921f63f3a87d/go.mod h1:qTsHK0nU6Myh4XGnuqfsPG4FpeLh7Vki2hLl/1P0iuc=
121121
github.com/longhorn/longhorn-spdk-engine v0.0.0-20250307042641-6bced35f0eac h1:EEiIunHnIqnYO6LrFnVEL2GQlfxibxYhXiR578FZbsg=
@@ -279,10 +279,10 @@ golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8T
279279
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
280280
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f h1:OxYkA3wjPsZyBylwymxSHa7ViiW1Sml4ToBrncvFehI=
281281
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f/go.mod h1:+2Yz8+CLJbIfL9z73EW45avw8Lmge3xVElCP9zEKi50=
282-
google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=
283-
google.golang.org/grpc v1.71.0/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
284-
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
285-
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
282+
google.golang.org/grpc v1.71.1 h1:ffsFWr7ygTUscGPI0KKK6TLrGz0476KUvvsbqWK0rPI=
283+
google.golang.org/grpc v1.71.1/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
284+
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
285+
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
286286
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
287287
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
288288
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

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

+1-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/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/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/google.golang.org/grpc/internal/resolver/delegatingresolver/delegatingresolver.go

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

0 commit comments

Comments
 (0)