diff options
Diffstat (limited to 'client.go')
-rw-r--r-- | client.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ import ( "net/url" "strings" - "github.com/tyba/srcd-crawler/clients/common" - "github.com/tyba/srcd-crawler/clients/git/pktline" + "github.com/src-d/crawler/clients/common" + "github.com/src-d/crawler/clients/git/pktline" "github.com/sourcegraph/go-vcsurl" ) |