12 lines
235 B
Modula-2
12 lines
235 B
Modula-2
module go.unistack.org/micro-register-etcd/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/mitchellh/hashstructure v1.1.0
|
|
go.etcd.io/etcd/api/v3 v3.5.1
|
|
go.etcd.io/etcd/client/v3 v3.5.1
|
|
go.uber.org/zap v1.20.0
|
|
go.unistack.org/micro/v3 v3.8.20
|
|
)
|