mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 19:45:26 +00:00
13 lines
330 B
Modula-2
13 lines
330 B
Modula-2
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 => ../../..
|