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

This commit is contained in:
nicktobey
2025-10-06 20:33:05 +00:00
parent e94166021b
commit 16b7ae40ce
4 changed files with 7 additions and 4 deletions

View File

@@ -17,10 +17,11 @@ package doltdb
import (
"context"
"fmt"
"io"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"
"github.com/dolthub/dolt/go/store/types"
"github.com/dolthub/dolt/go/store/val"
"io"
)
// GetGlobalTablesRef is a function that reads the "ref" column from dolt_global_tables. This is used to handle the Doltgres extended string type.

View File

@@ -17,11 +17,12 @@ package doltdb
import (
"context"
"fmt"
"github.com/dolthub/go-mysql-server/sql"
"io"
"regexp"
"strings"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"
"github.com/dolthub/dolt/go/store/types"
"github.com/dolthub/dolt/go/store/val"

View File

@@ -18,7 +18,6 @@ import (
"context"
"encoding/json"
"fmt"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"
"io"
"strings"
"time"
@@ -39,6 +38,7 @@ import (
"github.com/dolthub/dolt/go/libraries/doltcore/branch_control"
"github.com/dolthub/dolt/go/libraries/doltcore/diff"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb/durable"
"github.com/dolthub/dolt/go/libraries/doltcore/env"
"github.com/dolthub/dolt/go/libraries/doltcore/env/actions/commitwalk"
"github.com/dolthub/dolt/go/libraries/doltcore/rebase"

View File

@@ -17,12 +17,13 @@ package dtables
import (
"fmt"
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/index"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/sqlutil"
"github.com/dolthub/dolt/go/store/hash"
"github.com/dolthub/go-mysql-server/sql"
)
var _ sql.Table = (*BackedSystemTable)(nil)