|
@@ -26,7 +26,7 @@ import (
|
|
|
"go.etcd.io/etcd/clientv3"
|
|
"go.etcd.io/etcd/clientv3"
|
|
|
"go.etcd.io/etcd/mvcc/mvccpb"
|
|
"go.etcd.io/etcd/mvcc/mvccpb"
|
|
|
|
|
|
|
|
- bolt "github.com/coreos/bbolt"
|
|
|
|
|
|
|
+ bolt "go.etcd.io/bbolt"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
// TODO: test with embedded etcd in integration package
|
|
// TODO: test with embedded etcd in integration package
|