Files
services/events/go.mod
2020-10-02 15:03:48 +02:00

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 => ../../..