aboutsummaryrefslogtreecommitdiffstats
path: root/client.go
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2015-10-19 01:09:37 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2015-10-19 01:09:37 +0200
commit939814f341fdd5d35e81a3845a33c4fedb19d2d2 (patch)
tree71f051ab73cf6f0790d6177abe0b642bf595d693 /client.go
parent5f5ad88bf2babe506f927d64d2b7a1e1493dc2ae (diff)
downloadgo-git-939814f341fdd5d35e81a3845a33c4fedb19d2d2.tar.gz
org rename
Diffstat (limited to 'client.go')
-rw-r--r--client.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/client.go b/client.go
index f9708c7..616dd8d 100644
--- a/client.go
+++ b/client.go
@@ -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"
)