mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-19 22:15:24 +00:00
[WIP] Moving test services to this repo
This commit is contained in:
9
rpc/rpc-client/go.mod
Normal file
9
rpc/rpc-client/go.mod
Normal file
@@ -0,0 +1,9 @@
|
||||
module github.com/micro/micro/v3/test/service/rpc/rpc-client
|
||||
|
||||
go 1.14
|
||||
|
||||
require github.com/micro/micro/v3 v3.0.0-beta.4.0.20200916121553-fe97adbaf454
|
||||
|
||||
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
||||
|
||||
replace github.com/micro/micro/v3 => ../../../..
|
||||
Reference in New Issue
Block a user