Skip to content

Commit a346627

Browse files
committed
use new vitess import path
Signed-off-by: Miguel Molina <[email protected]>
1 parent c0d4612 commit a346627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"github.com/src-d/go-mysql-server/sql"
1313
"google.golang.org/grpc/connectivity"
1414
errors "gopkg.in/src-d/go-errors.v1"
15-
"gopkg.in/src-d/go-vitess.v1/mysql"
15+
"vitess.io/vitess/go/mysql"
1616
)
1717

1818
// Session is the custom implementation of a gitbase session.

0 commit comments

Comments
 (0)