From 2c20d615891cacd9f43c1906cc8286ae646d75b3 Mon Sep 17 00:00:00 2001 From: coffeegoddd Date: Mon, 10 Oct 2022 23:42:41 +0000 Subject: [PATCH] [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh --- go/performance/import_benchmarker/dolt.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"