Skip to content

Commit 680e3d6

Browse files
committed
use new go-mysql-server import path
Signed-off-by: Miguel Molina <[email protected]>
1 parent a346627 commit 680e3d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/function/commit_stats.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
"gopkg.in/src-d/go-git.v4/plumbing"
1010
"gopkg.in/src-d/go-git.v4/plumbing/object"
11-
"gopkg.in/src-d/go-mysql-server.v0/sql"
11+
"github.com/src-d/go-mysql-server/sql"
1212
)
1313

1414
// CommitStats calculates the diff stats for a given commit.

internal/function/commit_stats_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010

1111
"gopkg.in/src-d/go-git-fixtures.v3"
1212
"gopkg.in/src-d/go-git.v4/plumbing/cache"
13-
"gopkg.in/src-d/go-mysql-server.v0/sql"
14-
"gopkg.in/src-d/go-mysql-server.v0/sql/expression"
13+
"github.com/src-d/go-mysql-server/sql"
14+
"github.com/src-d/go-mysql-server/sql/expression"
1515
)
1616

1717
func TestCommitStatsEval(t *testing.T) {

0 commit comments

Comments
 (0)