mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 07:15:25 +00:00
[WIP] Moving test services to this repo
This commit is contained in:
12
events/go.mod
Normal file
12
events/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module github.com/micro/micro/test/service/events
|
||||
|
||||
go 1.13
|
||||
|
||||
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
||||
|
||||
require (
|
||||
github.com/micro/go-micro/v3 v3.0.0-beta.2.0.20200917130821-19a54f2970e0
|
||||
github.com/micro/micro/v3 v3.0.0-beta.3.0.20200910154135-e222e73e9a5c
|
||||
)
|
||||
|
||||
replace github.com/micro/micro/v3 => ../../..
|
||||
Reference in New Issue
Block a user