Skip to content

Commit 4b7ac21

Browse files
committed
gitquery: implement session
Signed-off-by: Miguel Molina <[email protected]>
1 parent 7d777c7 commit 4b7ac21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package gitquery
33
import (
44
"context"
55

6-
errors "gopkg.in/src-d/go-errors.v0"
6+
errors "gopkg.in/src-d/go-errors.v1"
77
"gopkg.in/src-d/go-mysql-server.v0/server"
88
"gopkg.in/src-d/go-mysql-server.v0/sql"
99
"gopkg.in/src-d/go-vitess.v0/mysql"

0 commit comments

Comments
 (0)