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

This commit is contained in:
nicktobey
2023-11-22 22:06:03 +00:00
parent bc6df10d3a
commit 30a5908fb1

View File

@@ -18,7 +18,6 @@ import (
"context"
"errors"
"fmt"
"github.com/dolthub/dolt/go/store/prolly/tree"
"sort"
"strings"
@@ -28,6 +27,7 @@ import (
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/schema"
"github.com/dolthub/dolt/go/store/prolly/tree"
storetypes "github.com/dolthub/dolt/go/store/types"
)