aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client.go4
-rw-r--r--packfile/objects.go2
2 files changed, 3 insertions, 3 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"
)
diff --git a/packfile/objects.go b/packfile/objects.go
index 6ed0a3b..da47462 100644
--- a/packfile/objects.go
+++ b/packfile/objects.go
@@ -7,7 +7,7 @@ import (
"strconv"
"time"
- "github.com/tyba/srcd-crawler/clients/git/commons"
+ "github.com/src-d/crawler/clients/git/commons"
)
type Object interface {