Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-08-22 00:39:51 +03:00
parent 034cf15695
commit e77843968d
2 changed files with 3 additions and 38 deletions

6
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/unistack-org/micro-plugin-registry-etcd
module github.com/unistack-org/micro-registry-etcd
go 1.15
@@ -9,10 +9,10 @@ replace (
)
require (
github.com/coreos/bbolt v1.3.2 // indirect
github.com/coreos/etcd v3.3.18+incompatible
github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect
github.com/mitchellh/hashstructure v1.0.0
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/unistack-org/micro/v3 v3.0.0-20200821115321-c4a303190a68
go.uber.org/zap v1.15.0
)