build: gopkg.in -> github.com imports

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov
2019-04-08 23:54:43 +02:00
parent a4a2b1d68a
commit 20c6d2845a
39 changed files with 53 additions and 53 deletions

View File

@ -3,7 +3,7 @@ package data
import (
"regexp"
"gopkg.in/src-d/enry.v1/data/rule"
"github.com/src-d/enry/data/rule"
)
var ContentHeuristics = map[string]*Heuristics{

View File

@ -1,3 +1,3 @@
// Code generated by gopkg.in/src-d/enry.v1/internal/code-generator DO NOT EDIT.
// Code generated by github.com/src-d/enry/internal/code-generator DO NOT EDIT.
// Extracted from github/linguist commit: {{ getCommit }}