kvtools / valkeyrie

Distributed Key/Value Store Abstraction Library written in Go.
https://pkg.go.dev/github.com/kvtools/valkeyrie
Apache License 2.0
278 stars 43 forks source link

zookeeper: use new module #53

Closed ldez closed 2 years ago

ldez commented 2 years ago

https://github.com/samuel/go-zookeeper is archived.

The new module is https://github.com/go-zookeeper/zk

Reference: https://github.com/docker/libkv/pull/219