update deps
All checks were successful
coverage / build (push) Successful in 2m48s
sync / sync (push) Successful in 1m25s
test / test (push) Successful in 5m4s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-27 16:29:22 +03:00
parent 2e384a5b75
commit d434261168
14 changed files with 184 additions and 52 deletions

14
go.mod
View File

@@ -1,8 +1,10 @@
module go.unistack.org/micro-client-http/v4
go 1.22.0
go 1.23.0
require go.unistack.org/micro/v4 v4.1.2
toolchain go1.24.2
require go.unistack.org/micro/v4 v4.1.7
require (
github.com/ash3in/uuidv8 v1.2.0 // indirect
@@ -10,10 +12,10 @@ require (
github.com/matoous/go-nanoid v1.5.1 // indirect
github.com/spf13/cast v1.7.1 // indirect
go.unistack.org/micro-proto/v4 v4.1.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
google.golang.org/grpc v1.69.4 // indirect
google.golang.org/protobuf v1.36.3 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect
google.golang.org/grpc v1.72.0 // indirect
google.golang.org/protobuf v1.36.6 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)