6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user