docker / libkv

Distributed key/value store abstraction library
Apache License 2.0
854 stars 205 forks source link

Use new Zookeeper library #219

Closed errordeveloper closed 2 years ago

errordeveloper commented 2 years ago

The old one is dead, and has a dependency that has vanished off the face of the earth.

github.com/docker/docker/libnetwork imports
    github.com/docker/libkv/store/zookeeper imports
    github.com/samuel/go-zookeeper/zk tested by
    github.com/samuel/go-zookeeper/zk.test imports
    camlistore.org/pkg/throttle: module camlistore.org@latest found (v0.0.0-20171230002226-a5a65f0d8b22), but does not contain package camlistore.org/pkg/throttle

The code builds without further changes.