1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-01-05 10:20:53 +02:00
go-micro/plugins/registry/zookeeper/go.mod
Jerry c13bb07171
1.fix plugins go get bug. (#2187)
2.update all mode.
3.add tidy tools
2021-06-30 07:21:03 +01:00

12 lines
289 B
Modula-2

module github.com/asim/go-micro/plugins/registry/zookeeper/v3
go 1.16
require (
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
github.com/go-zookeeper/zk v1.0.2
github.com/mitchellh/hashstructure v1.1.0
)
replace github.com/asim/go-micro/v3 => ../../../../go-micro