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

@ -1,6 +1,6 @@
package data
import "gopkg.in/src-d/enry.v1/data/rule"
import "github.com/src-d/enry/data/rule"
// Heuristics implements a rule-based content matching engine.