boltdb/bolt --> go.etcd.io/bbolt

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2018-09-11 15:35:02 -07:00
parent 66b984ee33
commit 2586f3fbb9
27 changed files with 27 additions and 27 deletions

View File

@@ -23,11 +23,11 @@ import (
"runtime"
"testing"
"github.com/boltdb/bolt"
"github.com/containerd/containerd/pkg/testutil"
"github.com/containerd/containerd/snapshots"
"github.com/containerd/containerd/snapshots/native"
"github.com/containerd/containerd/snapshots/testsuite"
bolt "go.etcd.io/bbolt"
)
func newTestSnapshotter(ctx context.Context, root string) (snapshots.Snapshotter, func() error, error) {