*: 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:28 -07:00
parent 5adbc231f2
commit 8db439d693
4 changed files with 4 additions and 4 deletions

View File

@@ -33,8 +33,8 @@ import (
"go.etcd.io/etcd/wal"
"go.etcd.io/etcd/wal/walpb"
bolt "github.com/coreos/bbolt"
"github.com/urfave/cli"
bolt "go.etcd.io/bbolt"
"go.uber.org/zap"
)