Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit 939814f

Browse files
committed
org rename
1 parent 5f5ad88 commit 939814f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"net/url"
88
"strings"
99

10-
"github.com/tyba/srcd-crawler/clients/common"
11-
"github.com/tyba/srcd-crawler/clients/git/pktline"
10+
"github.com/src-d/crawler/clients/common"
11+
"github.com/src-d/crawler/clients/git/pktline"
1212

1313
"github.com/sourcegraph/go-vcsurl"
1414
)

packfile/objects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strconv"
88
"time"
99

10-
"github.com/tyba/srcd-crawler/clients/git/commons"
10+
"github.com/src-d/crawler/clients/git/commons"
1111
)
1212

1313
type Object interface {

0 commit comments

Comments
 (0)