mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-13 03:25:32 +00:00
14 lines
405 B
Modula-2
14 lines
405 B
Modula-2
module idiomatic
|
|
|
|
go 1.13
|
|
|
|
// This can be removed once etcd becomes go gettable, version 3.4 and 3.5 is not,
|
|
// see https://github.com/etcd-io/etcd/issues/11154 and https://github.com/etcd-io/etcd/issues/11931.
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/micro/go-micro/v3 v3.0.0-beta
|
|
github.com/micro/micro/v3 v3.0.0-beta
|
|
)
|