Skip to content

Commit 5cf27ee

Browse files
mcuadrosajnavarro
authored andcommitted
utils: CommitStatsCalculator, fix import
Signed-off-by: Máximo Cuadros <[email protected]>
1 parent e99002a commit 5cf27ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/commit_stats.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66

77
"github.com/hhatto/gocloc"
8-
"github.com/src-d/enry"
8+
"gopkg.in/src-d/enry.v1"
99

1010
"gopkg.in/src-d/go-git.v4"
1111
"gopkg.in/src-d/go-git.v4/plumbing/object"

0 commit comments

Comments
 (0)