File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
service_invocation_grpc_proxy_client Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/dapr/dapr
2
2
3
- go 1.24.1
3
+ go 1.24.2
4
4
5
5
require (
6
6
contrib.go.opencensus.io/exporter/prometheus v0.4.2
@@ -252,7 +252,7 @@ require (
252
252
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
253
253
github.com/gofrs/uuid v4.4.0+incompatible // indirect
254
254
github.com/gogo/protobuf v1.3.2 // indirect
255
- github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
255
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
256
256
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
257
257
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
258
258
github.com/golang-sql/sqlexp v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -738,8 +738,8 @@ github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69
738
738
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d /go.mod h1:nnjvkQ9ptGaCkuDUx6wNykzzlUixGxvkme+H/lnzb+A =
739
739
github.com/golang-jwt/jwt v3.2.1+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
740
740
github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
741
- github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo =
742
- github.com/golang-jwt/jwt/v4 v4.5.1 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
741
+ github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
742
+ github.com/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
743
743
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8 =
744
744
github.com/golang-jwt/jwt/v5 v5.2.2 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
745
745
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 h1:au07oEsX2xN0ktxqI+Sida1w446QrXBRJ0nee3SNZlA =
Original file line number Diff line number Diff line change 1
1
module github.com/dapr/dapr/tests/apps/resiliencyapp
2
2
3
- go 1.24.1
3
+ go 1.24.2
4
4
5
5
require (
6
6
github.com/dapr/dapr v0.0.0
Original file line number Diff line number Diff line change 1
1
module github.com/dapr/dapr/tests/apps/resiliencyapp_grpc
2
2
3
- go 1.24.1
3
+ go 1.24.2
4
4
5
5
require (
6
6
github.com/dapr/dapr v1.7.4
Original file line number Diff line number Diff line change 1
1
module github.com/dapr/dapr/tests/apps/service_invocation_grpc_proxy_client
2
2
3
- go 1.24.1
3
+ go 1.24.2
4
4
5
5
require (
6
6
github.com/dapr/dapr v0.0.0-00010101000000-000000000000
You can’t perform that action at this time.
0 commit comments