File tree Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Expand file tree Collapse file tree 9 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package gitquery
3
3
import (
4
4
"gopkg.in/sqle/sqle.v0/sql"
5
5
6
- "srcd.works /go-git.v4"
7
- "srcd.works /go-git.v4/plumbing/object"
6
+ "gopkg.in/src-d /go-git.v4"
7
+ "gopkg.in/src-d /go-git.v4/plumbing/object"
8
8
)
9
9
10
10
type blobsTable struct {
Original file line number Diff line number Diff line change 9
9
"gopkg.in/sqle/gitquery.v0/internal/format"
10
10
"gopkg.in/sqle/sqle.v0"
11
11
12
- gogit "srcd.works /go-git.v4"
13
- "srcd.works /go-git.v4/utils/ioutil"
12
+ gogit "gopkg.in/src-d /go-git.v4"
13
+ "gopkg.in/src-d /go-git.v4/utils/ioutil"
14
14
)
15
15
16
16
type cmdQueryBase struct {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package gitquery
3
3
import (
4
4
"gopkg.in/sqle/sqle.v0/sql"
5
5
6
- "srcd.works /go-git.v4"
7
- "srcd.works /go-git.v4/plumbing/object"
6
+ "gopkg.in/src-d /go-git.v4"
7
+ "gopkg.in/src-d /go-git.v4/plumbing/object"
8
8
)
9
9
10
10
type commitsTable struct {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package gitquery
3
3
import (
4
4
"gopkg.in/sqle/sqle.v0/sql"
5
5
6
- "srcd.works /go-git.v4"
6
+ "gopkg.in/src-d /go-git.v4"
7
7
)
8
8
9
9
const (
Original file line number Diff line number Diff line change 8
8
9
9
"github.com/src-d/go-git-fixtures"
10
10
"github.com/stretchr/testify/assert"
11
- "srcd.works/ go-billy.v1 /memfs"
12
- "srcd.works /go-git.v4"
13
- "srcd.works /go-git.v4/storage/filesystem"
11
+ "gopkg.in/src-d/ go-billy.v2 /memfs"
12
+ "gopkg.in/src-d /go-git.v4"
13
+ "gopkg.in/src-d /go-git.v4/storage/filesystem"
14
14
)
15
15
16
16
func init () {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package gitquery
3
3
import (
4
4
"gopkg.in/sqle/sqle.v0/sql"
5
5
6
- "srcd.works /go-git.v4"
7
- "srcd.works /go-git.v4/plumbing/object"
6
+ "gopkg.in/src-d /go-git.v4"
7
+ "gopkg.in/src-d /go-git.v4/plumbing/object"
8
8
)
9
9
10
10
type objectsTable struct {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ package gitquery
3
3
import (
4
4
"gopkg.in/sqle/sqle.v0/sql"
5
5
6
- "srcd.works /go-git.v4"
7
- "srcd.works /go-git.v4/plumbing"
8
- "srcd.works /go-git.v4/plumbing/storer"
6
+ "gopkg.in/src-d /go-git.v4"
7
+ "gopkg.in/src-d /go-git.v4/plumbing"
8
+ "gopkg.in/src-d /go-git.v4/plumbing/storer"
9
9
)
10
10
11
11
type referencesTable struct {
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package gitquery
3
3
import (
4
4
"gopkg.in/sqle/sqle.v0/sql"
5
5
6
- "srcd.works /go-git.v4"
7
- "srcd.works /go-git.v4/plumbing/object"
6
+ "gopkg.in/src-d /go-git.v4"
7
+ "gopkg.in/src-d /go-git.v4/plumbing/object"
8
8
)
9
9
10
10
type tagsTable struct {
Original file line number Diff line number Diff line change 5
5
6
6
"gopkg.in/sqle/sqle.v0/sql"
7
7
8
- "srcd.works /go-git.v4"
9
- "srcd.works /go-git.v4/plumbing/object"
8
+ "gopkg.in/src-d /go-git.v4"
9
+ "gopkg.in/src-d /go-git.v4/plumbing/object"
10
10
)
11
11
12
12
type treeEntriesTable struct {
You can’t perform that action at this time.
0 commit comments