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

This commit is contained in:
JCOR11599
2022-12-12 19:53:22 +00:00
parent 93e9f34168
commit ce5f23c4de
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ package sqle
import (
"errors"
"fmt"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dfunctions"
"io"
"math"
"strings"
@@ -27,6 +26,7 @@ import (
"github.com/dolthub/dolt/go/libraries/doltcore/diff"
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dfunctions"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dtables"
)

View File

@@ -16,7 +16,6 @@ package sqle
import (
"fmt"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dfunctions"
"strings"
"github.com/dolthub/go-mysql-server/sql"
@@ -26,6 +25,7 @@ import (
"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/merge"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dfunctions"
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
"github.com/dolthub/dolt/go/store/hash"
)