File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ import (
1818 "context"
1919 "encoding/binary"
2020 "fmt"
21+ "reflect"
22+
2123 "github.com/dolthub/vitess/go/sqltypes"
2224 "github.com/dolthub/vitess/go/vt/proto/query"
2325 "github.com/shopspring/decimal"
2426 "gopkg.in/src-d/go-errors.v1"
25- "reflect"
2627
2728 "github.com/dolthub/go-mysql-server/sql"
2829)
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ package types
1717import (
1818 "context"
1919 "fmt"
20- "github.com/dolthub/go-mysql-server/sql/values"
2120 "math/big"
2221 "reflect"
2322 "strings"
@@ -28,6 +27,7 @@ import (
2827 "gopkg.in/src-d/go-errors.v1"
2928
3029 "github.com/dolthub/go-mysql-server/sql"
30+ "github.com/dolthub/go-mysql-server/sql/values"
3131)
3232
3333const (
You can’t perform that action at this time.
0 commit comments