Skip to content

Commit 4ea0441

Browse files
ADMS: vuln minor: golang.org/x/crypto, golang.org/x/net, google.golang.org/grpc [api/auth]
1 parent 44fb304 commit 4ea0441

16 files changed

Lines changed: 160 additions & 153 deletions

File tree

api/auth/approle/go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/vault/api/auth/approle
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.25.0
64

75
require github.com/hashicorp/vault/api v1.20.0
86

@@ -21,8 +19,8 @@ require (
2119
github.com/mitchellh/go-homedir v1.1.0 // indirect
2220
github.com/mitchellh/mapstructure v1.5.0 // indirect
2321
github.com/ryanuber/go-glob v1.0.0 // indirect
24-
golang.org/x/crypto v0.36.0 // indirect
25-
golang.org/x/net v0.37.0 // indirect
26-
golang.org/x/text v0.23.0 // indirect
22+
golang.org/x/crypto v0.53.0 // indirect
23+
golang.org/x/net v0.55.0 // indirect
24+
golang.org/x/text v0.38.0 // indirect
2725
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
2826
)

api/auth/approle/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
6262
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
6363
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
6464
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
65-
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
66-
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
67-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
68-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
65+
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
66+
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
67+
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
68+
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
6969
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
70-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
71-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
72-
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
73-
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
70+
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
71+
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
72+
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
73+
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
7474
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 h1:NusfzzA6yGQ+ua51ck7E3omNUX/JuqbFSaRGqU8CcLI=
7575
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
7676
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

api/auth/aws/go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/vault/api/auth/aws
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.25.0
64

75
require (
86
github.com/aws/aws-sdk-go-v2 v1.26.1
@@ -37,8 +35,8 @@ require (
3735
github.com/mitchellh/go-homedir v1.1.0 // indirect
3836
github.com/mitchellh/mapstructure v1.5.0 // indirect
3937
github.com/ryanuber/go-glob v1.0.0 // indirect
40-
golang.org/x/crypto v0.36.0 // indirect
41-
golang.org/x/net v0.37.0 // indirect
42-
golang.org/x/text v0.23.0 // indirect
38+
golang.org/x/crypto v0.53.0 // indirect
39+
golang.org/x/net v0.56.0 // indirect
40+
golang.org/x/text v0.38.0 // indirect
4341
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
4442
)

api/auth/aws/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
9090
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
9191
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
9292
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
93-
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
94-
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
95-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
96-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
93+
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
94+
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
95+
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
96+
golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec=
9797
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
98-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
99-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
100-
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
101-
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
98+
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
99+
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
100+
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
101+
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
102102
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 h1:NusfzzA6yGQ+ua51ck7E3omNUX/JuqbFSaRGqU8CcLI=
103103
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
104104
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

api/auth/azure/go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/vault/api/auth/azure
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.25.0
64

75
require github.com/hashicorp/vault/api v1.20.0
86

@@ -21,8 +19,8 @@ require (
2119
github.com/mitchellh/go-homedir v1.1.0 // indirect
2220
github.com/mitchellh/mapstructure v1.5.0 // indirect
2321
github.com/ryanuber/go-glob v1.0.0 // indirect
24-
golang.org/x/crypto v0.36.0 // indirect
25-
golang.org/x/net v0.37.0 // indirect
26-
golang.org/x/text v0.23.0 // indirect
22+
golang.org/x/crypto v0.53.0 // indirect
23+
golang.org/x/net v0.55.0 // indirect
24+
golang.org/x/text v0.38.0 // indirect
2725
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
2826
)

api/auth/azure/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
6262
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
6363
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
6464
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
65-
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
66-
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
67-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
68-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
65+
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
66+
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
67+
golang.org/x/net v0.55.0 h1:bcvxaJn3e1U6InsFWt1JUq1aSjnRxLzT2rtD2KfkDF8=
68+
golang.org/x/net v0.55.0/go.mod h1:L5U2KuzuOe1lY7Z+aWVIKK6qEeJXnXV9yzGA+WCHJww=
6969
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
70-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
71-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
72-
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
73-
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
70+
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
71+
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
72+
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
73+
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
7474
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 h1:NusfzzA6yGQ+ua51ck7E3omNUX/JuqbFSaRGqU8CcLI=
7575
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
7676
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

api/auth/cert/go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/vault/api/auth/cert
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.25.0
64

75
require (
86
github.com/hashicorp/go-rootcerts v1.0.2
@@ -23,8 +21,8 @@ require (
2321
github.com/mitchellh/go-homedir v1.1.0 // indirect
2422
github.com/mitchellh/mapstructure v1.5.0 // indirect
2523
github.com/ryanuber/go-glob v1.0.0 // indirect
26-
golang.org/x/crypto v0.36.0 // indirect
27-
golang.org/x/net v0.37.0 // indirect
28-
golang.org/x/text v0.23.0 // indirect
24+
golang.org/x/crypto v0.53.0 // indirect
25+
golang.org/x/net v0.56.0 // indirect
26+
golang.org/x/text v0.38.0 // indirect
2927
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
3028
)

api/auth/cert/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+
6262
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
6363
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
6464
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
65-
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
66-
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
67-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
68-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
65+
golang.org/x/crypto v0.53.0 h1:QZ4Muo8THX6CizN2vPPd5fBGHyogrdK9fG4wLPFUsto=
66+
golang.org/x/crypto v0.53.0/go.mod h1:DNLU434OwVakk9PzuwV8w62mAJpRJL3vsgcfp4Qnsio=
67+
golang.org/x/net v0.56.0 h1:Rw8j/hFzGvJUZwNBXnAtf5sVDVt+65SK2C7IxCxZt5o=
68+
golang.org/x/net v0.56.0/go.mod h1:D3Ku6r+V6JROoZK144D2XfMHFcMq/0zSfLelVTCFKec=
6969
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
70-
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
71-
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
72-
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
73-
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
70+
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
71+
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
72+
golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE=
73+
golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4=
7474
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 h1:NusfzzA6yGQ+ua51ck7E3omNUX/JuqbFSaRGqU8CcLI=
7575
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
7676
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

api/auth/gcp/go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
module github.com/hashicorp/vault/api/auth/gcp
22

3-
go 1.23.0
4-
5-
toolchain go1.23.7
3+
go 1.25.0
64

75
require (
8-
cloud.google.com/go/compute/metadata v0.3.0
6+
cloud.google.com/go/compute/metadata v0.9.0
97
cloud.google.com/go/iam v1.1.8
108
github.com/hashicorp/vault/api v1.20.0
119
google.golang.org/genproto v0.0.0-20240604185151-ef581f913117
@@ -15,9 +13,10 @@ require (
1513
cloud.google.com/go/auth v0.3.0 // indirect
1614
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
1715
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
16+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
1817
github.com/felixge/httpsnoop v1.0.4 // indirect
19-
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
20-
github.com/go-logr/logr v1.4.1 // indirect
18+
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
19+
github.com/go-logr/logr v1.4.3 // indirect
2120
github.com/go-logr/stdr v1.2.2 // indirect
2221
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2322
github.com/golang/protobuf v1.5.4 // indirect
@@ -37,21 +36,22 @@ require (
3736
github.com/mitchellh/mapstructure v1.5.0 // indirect
3837
github.com/ryanuber/go-glob v1.0.0 // indirect
3938
go.opencensus.io v0.24.0 // indirect
39+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
4040
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
4141
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
42-
go.opentelemetry.io/otel v1.24.0 // indirect
43-
go.opentelemetry.io/otel/metric v1.24.0 // indirect
44-
go.opentelemetry.io/otel/trace v1.24.0 // indirect
45-
golang.org/x/crypto v0.36.0 // indirect
46-
golang.org/x/net v0.37.0 // indirect
47-
golang.org/x/oauth2 v0.19.0 // indirect
48-
golang.org/x/sync v0.12.0 // indirect
49-
golang.org/x/sys v0.31.0 // indirect
50-
golang.org/x/text v0.23.0 // indirect
42+
go.opentelemetry.io/otel v1.43.0 // indirect
43+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
44+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
45+
golang.org/x/crypto v0.53.0 // indirect
46+
golang.org/x/net v0.56.0 // indirect
47+
golang.org/x/oauth2 v0.36.0 // indirect
48+
golang.org/x/sync v0.21.0 // indirect
49+
golang.org/x/sys v0.46.0 // indirect
50+
golang.org/x/text v0.38.0 // indirect
5151
golang.org/x/time v0.5.0 // indirect
5252
google.golang.org/api v0.177.0 // indirect
53-
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
54-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
55-
google.golang.org/grpc v1.64.1 // indirect
56-
google.golang.org/protobuf v1.34.1 // indirect
53+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
54+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
55+
google.golang.org/grpc v1.81.1 // indirect
56+
google.golang.org/protobuf v1.36.11 // indirect
5757
)

0 commit comments

Comments
 (0)