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

This commit is contained in:
macneale4
2024-09-09 18:18:58 +00:00
parent f276835abe
commit a440e43cb0
+5 -4
View File
@@ -24,6 +24,11 @@ import (
"strconv"
"strings"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/ishell"
"github.com/fatih/color"
"golang.org/x/exp/slices"
"github.com/dolthub/dolt/go/cmd/dolt/cli"
"github.com/dolthub/dolt/go/cmd/dolt/errhand"
"github.com/dolthub/dolt/go/libraries/doltcore/diff"
@@ -32,10 +37,6 @@ import (
"github.com/dolthub/dolt/go/libraries/doltcore/table/untyped/tabular"
"github.com/dolthub/dolt/go/libraries/utils/argparser"
"github.com/dolthub/dolt/go/libraries/utils/iohelp"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/ishell"
"github.com/fatih/color"
"golang.org/x/exp/slices"
)
var addDocs = cli.CommandDocumentationContent{