mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
14 lines
445 B
Modula-2
14 lines
445 B
Modula-2
module github.com/asim/go-micro/plugins/client/grpc/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-00010101000000-000000000000
|
|
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c
|
|
google.golang.org/grpc v1.26.0
|
|
)
|
|
|
|
replace github.com/asim/go-micro/plugins/registry/memory/v3 => ../../registry/memory
|