Files
micro-client-grpc/go.mod
Evstigneev Denis 7969cfd8c9
Some checks failed
lint / lint (pull_request) Failing after 1m41s
test / test (pull_request) Successful in 3m19s
prepare v4
2025-02-25 17:15:56 +03:00

23 lines
666 B
Modula-2

module go.unistack.org/micro-client-grpc/v3
go 1.22.0
require (
go.unistack.org/micro/v4 v4.1.2
google.golang.org/grpc v1.70.0
)
require (
github.com/ash3in/uuidv8 v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
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/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241216192217-9240e9c98484 // indirect
google.golang.org/protobuf v1.36.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)