mirror of
https://github.com/go-micro/go-micro.git
synced 2025-05-31 21:59:42 +02:00
36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module go-micro.dev/v5/client/grpc
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
go-micro.dev/v5 v5.5.1-0.20250507183911-01b8394c8119
|
|
google.golang.org/grpc v1.53.0
|
|
google.golang.org/grpc/examples v0.0.0-20211102180624-670c133e568e
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/miekg/dns v1.1.50 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/urfave/cli/v2 v2.25.7 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
go.etcd.io/bbolt v1.4.0 // indirect
|
|
golang.org/x/mod v0.9.0 // indirect
|
|
golang.org/x/net v0.23.0 // indirect
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.7.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
|
|
)
|