diff --git a/go/libraries/doltcore/sqle/dsess/globalstate.go b/go/libraries/doltcore/sqle/dsess/globalstate.go index 829855fab2..f4ea3f9093 100644 --- a/go/libraries/doltcore/sqle/dsess/globalstate.go +++ b/go/libraries/doltcore/sqle/dsess/globalstate.go @@ -17,11 +17,11 @@ package dsess import ( "context" "fmt" - "github.com/fatih/color" "sync" "time" "github.com/dolthub/go-mysql-server/sql" + "github.com/fatih/color" "golang.org/x/sync/errgroup" "github.com/dolthub/dolt/go/libraries/doltcore/doltdb"