cmd/bolt: update import paths

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
pull/119/head
Gyuho Lee 2018-08-27 19:24:48 -07:00
parent a99fcf0d18
commit 8c8b786149
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ import (
"unicode/utf8"
"unsafe"
bolt "github.com/coreos/bbolt"
bolt "github.com/etcd-io/bbolt"
)
var (

View File

@ -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.