mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 06:55:03 +00:00
[WIP] Moving test services to this repo
This commit is contained in:
13
idiomatic/go.mod
Normal file
13
idiomatic/go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user