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

This commit is contained in:
macneale4
2024-02-13 20:41:35 +00:00
parent f596bc418f
commit 0212c7b5d1
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -24,6 +24,8 @@ import (
"strings"
"time"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/dolt/go/libraries/doltcore/dbfactory"
"github.com/dolthub/dolt/go/libraries/doltcore/ref"
"github.com/dolthub/dolt/go/libraries/utils/earl"
@@ -37,7 +39,6 @@ import (
"github.com/dolthub/dolt/go/store/prolly/tree"
"github.com/dolthub/dolt/go/store/types"
"github.com/dolthub/dolt/go/store/types/edits"
"github.com/dolthub/go-mysql-server/sql"
)
func init() {
@@ -19,12 +19,13 @@ import (
"fmt"
"io"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/dolt/go/cmd/dolt/cli"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/env/actions/commitwalk"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
"github.com/dolthub/dolt/go/store/hash"
"github.com/dolthub/go-mysql-server/sql"
)
func doltCountCommits(ctx *sql.Context, args ...string) (sql.RowIter, error) {