Skip to content

Commit 74ffc16

Browse files
committed
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
1 parent 9919a15 commit 74ffc16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

go/cmd/dolt/commands/utils.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,24 +26,23 @@ import (
2626
"strings"
2727
"time"
2828

29-
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
30-
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
31-
"github.com/sirupsen/logrus"
32-
3329
"github.com/dolthub/go-mysql-server/sql"
3430
"github.com/dolthub/go-mysql-server/sql/mysql_db"
3531
"github.com/dolthub/vitess/go/mysql"
3632
"github.com/fatih/color"
3733
"github.com/gocraft/dbr/v2"
3834
"github.com/gocraft/dbr/v2/dialect"
35+
"github.com/sirupsen/logrus"
3936

4037
"github.com/dolthub/dolt/go/cmd/dolt/cli"
4138
"github.com/dolthub/dolt/go/cmd/dolt/commands/engine"
4239
"github.com/dolthub/dolt/go/cmd/dolt/errhand"
4340
"github.com/dolthub/dolt/go/libraries/doltcore/dconfig"
41+
"github.com/dolthub/dolt/go/libraries/doltcore/doltdb"
4442
"github.com/dolthub/dolt/go/libraries/doltcore/env"
4543
"github.com/dolthub/dolt/go/libraries/doltcore/env/actions"
4644
"github.com/dolthub/dolt/go/libraries/doltcore/sqle"
45+
"github.com/dolthub/dolt/go/libraries/doltcore/sqle/dsess"
4746
"github.com/dolthub/dolt/go/libraries/utils/argparser"
4847
"github.com/dolthub/dolt/go/libraries/utils/config"
4948
"github.com/dolthub/dolt/go/libraries/utils/editor"

0 commit comments

Comments
 (0)