Migrate from libkv to valkeyrie library
This commit is contained in:
parent
a91080b060
commit
563a0bd274
33 changed files with 109 additions and 115 deletions
2
vendor/github.com/docker/leadership/follower.go
generated
vendored
2
vendor/github.com/docker/leadership/follower.go
generated
vendored
|
@ -3,7 +3,7 @@ package leadership
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/docker/libkv/store"
|
||||
"github.com/abronan/valkeyrie/store"
|
||||
)
|
||||
|
||||
// Follower can follow an election in real-time and push notifications whenever
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue