mirror of https://github.com/etcd-io/bbolt.git
cmd/bolt: update import paths
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>pull/119/head
parent
a99fcf0d18
commit
8c8b786149
|
@ -19,7 +19,7 @@ import (
|
|||
"unicode/utf8"
|
||||
"unsafe"
|
||||
|
||||
bolt "github.com/coreos/bbolt"
|
||||
bolt "github.com/etcd-io/bbolt"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -12,8 +12,8 @@ import (
|
|||
"strconv"
|
||||
"testing"
|
||||
|
||||
"github.com/coreos/bbolt"
|
||||
"github.com/coreos/bbolt/cmd/bolt"
|
||||
"github.com/etcd-io/bbolt"
|
||||
"github.com/etcd-io/bbolt/cmd/bolt"
|
||||
)
|
||||
|
||||
// Ensure the "info" command can print information about a database.
|
||||
|
|
Loading…
Reference in New Issue