mvcc/backend: use "go.etcd.io/bbolt"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2018-08-29 12:31:04 -07:00
parent 1a282a72be
commit 5adbc231f2
8 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ import (
"testing"
"time"
bolt "github.com/coreos/bbolt"
bolt "go.etcd.io/bbolt"
)
func TestBackendClose(t *testing.T) {