File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ import (
2626 "time"
2727 "unsafe"
2828
29+ "github.com/dolthub/vitess/go/sqltypes"
2930 "github.com/shopspring/decimal"
3031 "gopkg.in/src-d/go-errors.v1"
3132
3233 "github.com/dolthub/go-mysql-server/sql/values"
33- "github.com/dolthub/vitess/go/sqltypes"
3434)
3535
3636// Expression is a combination of one or more SQL expressions.
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ package expression
1616
1717import (
1818 "fmt"
19- "github.com/dolthub/vitess/go/sqltypes"
2019
20+ "github.com/dolthub/vitess/go/sqltypes"
2121 querypb "github.com/dolthub/vitess/go/vt/proto/query"
2222 errors "gopkg.in/src-d/go-errors.v1"
2323
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ package expression
1616
1717import (
1818 "fmt"
19- "github.com/dolthub/vitess/go/sqltypes"
2019 "strings"
2120
21+ "github.com/dolthub/vitess/go/sqltypes"
2222 errors "gopkg.in/src-d/go-errors.v1"
2323
2424 "github.com/dolthub/go-mysql-server/sql"
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ package expression
1616
1717import (
1818 "fmt"
19- "github.com/dolthub/vitess/go/sqltypes"
2019 "strings"
2120
21+ "github.com/dolthub/vitess/go/sqltypes"
2222 "github.com/dolthub/vitess/go/vt/proto/query"
2323 "github.com/dolthub/vitess/go/vt/sqlparser"
2424 "github.com/shopspring/decimal"
Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ package expression
1616
1717import (
1818 "fmt"
19- "github.com/dolthub/vitess/go/sqltypes"
2019 "strings"
2120
21+ "github.com/dolthub/vitess/go/sqltypes"
2222 "gopkg.in/src-d/go-errors.v1"
2323
2424 "github.com/dolthub/go-mysql-server/sql"
You can’t perform that action at this time.
0 commit comments