[WIP] Moving test services to this repo

This commit is contained in:
Janos Dobronszki
2020-10-02 15:03:48 +02:00
parent 61fe9c169b
commit 5c6ba0dbcd
49 changed files with 10400 additions and 0 deletions

12
events/go.mod Normal file
View 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 => ../../..