[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh

This commit is contained in:
fulghum
2023-05-22 20:50:39 +00:00
parent 215e852880
commit df4c902b8b

View File

@@ -20,7 +20,6 @@ import (
"encoding/json"
"errors"
"fmt"
errorkinds "gopkg.in/src-d/go-errors.v1"
"io"
"github.com/dolthub/go-mysql-server/memory"
@@ -29,6 +28,7 @@ import (
"github.com/dolthub/go-mysql-server/sql/parse"
"github.com/dolthub/go-mysql-server/sql/planbuilder"
"github.com/dolthub/go-mysql-server/sql/transform"
errorkinds "gopkg.in/src-d/go-errors.v1"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"