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

@ -8,7 +8,7 @@ import (
"path/filepath"
"testing"
"gopkg.in/src-d/enry.v1/data"
"github.com/src-d/enry/data"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"