File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515package queries
1616
1717import (
18- "github.com/dolthub/vitess/go/mysql"
1918 "math"
2019 "time"
2120
21+ "github.com/dolthub/vitess/go/mysql"
2222 "github.com/dolthub/vitess/go/sqltypes"
2323 "github.com/dolthub/vitess/go/vt/sqlparser"
2424 "gopkg.in/src-d/go-errors.v1"
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import (
1818 "context"
1919 "encoding/json"
2020 "fmt"
21- "github.com/dolthub/vitess/go/mysql"
2221 "math"
2322 trace2 "runtime/trace"
2423 "strconv"
@@ -28,6 +27,7 @@ import (
2827 "unicode"
2928 "unsafe"
3029
30+ "github.com/dolthub/vitess/go/mysql"
3131 "github.com/shopspring/decimal"
3232 "gopkg.in/src-d/go-errors.v1"
3333
Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ package expression
1717import (
1818 "encoding/hex"
1919 "fmt"
20+ "strconv"
21+ "strings"
22+ "time"
23+
2024 "github.com/dolthub/vitess/go/mysql"
2125 "github.com/dolthub/vitess/go/sqltypes"
2226 "github.com/sirupsen/logrus"
2327 "gopkg.in/src-d/go-errors.v1"
24- "strconv"
25- "strings"
26- "time"
2728
2829 "github.com/dolthub/go-mysql-server/sql"
2930 "github.com/dolthub/go-mysql-server/sql/types"
You can’t perform that action at this time.
0 commit comments