diff --git a/go/performance/import_benchmarker/dolt.go b/go/performance/import_benchmarker/dolt.go index 00df478c70..00c686db49 100644 --- a/go/performance/import_benchmarker/dolt.go +++ b/go/performance/import_benchmarker/dolt.go @@ -18,7 +18,6 @@ import ( "bytes" "context" "fmt" - "github.com/pkg/errors" "os" "os/exec" "path/filepath" @@ -26,6 +25,8 @@ import ( "strings" "testing" + "github.com/pkg/errors" + "github.com/dolthub/dolt/go/libraries/doltcore/dbfactory" "github.com/dolthub/dolt/go/libraries/utils/file" "github.com/dolthub/dolt/go/libraries/utils/filesys"