We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a346627 commit 680e3d6Copy full SHA for 680e3d6
internal/function/commit_stats.go
@@ -8,7 +8,7 @@ import (
8
9
"gopkg.in/src-d/go-git.v4/plumbing"
10
"gopkg.in/src-d/go-git.v4/plumbing/object"
11
- "gopkg.in/src-d/go-mysql-server.v0/sql"
+ "github.com/src-d/go-mysql-server/sql"
12
)
13
14
// CommitStats calculates the diff stats for a given commit.
internal/function/commit_stats_test.go
@@ -10,8 +10,8 @@ import (
"gopkg.in/src-d/go-git-fixtures.v3"
"gopkg.in/src-d/go-git.v4/plumbing/cache"
- "gopkg.in/src-d/go-mysql-server.v0/sql/expression"
+ "github.com/src-d/go-mysql-server/sql/expression"
15
16
17
func TestCommitStatsEval(t *testing.T) {
0 commit comments