@@ -31,51 +31,51 @@ func mkurl(s string) (u *url.URL) {
31
31
var pathDeductionFixtures = map [string ][]pathDeductionFixture {
32
32
"github" : []pathDeductionFixture {
33
33
{
34
- in : "github.com/golang/dep /gps" ,
35
- root : "github.com/golang/dep /gps" ,
34
+ in : "github.com/sdboyer /gps" ,
35
+ root : "github.com/sdboyer /gps" ,
36
36
mb : maybeSources {
37
- maybeGitSource {url : mkurl ("https://github.com/golang/dep /gps" )},
38
- maybeGitSource {
url :
mkurl (
"ssh://[email protected] /golang/dep /gps" )},
39
- maybeGitSource {url : mkurl ("git://github.com/golang/dep /gps" )},
40
- maybeGitSource {url : mkurl ("http://github.com/golang/dep /gps" )},
37
+ maybeGitSource {url : mkurl ("https://github.com/sdboyer /gps" )},
38
+ maybeGitSource {
url :
mkurl (
"ssh://[email protected] /sdboyer /gps" )},
39
+ maybeGitSource {url : mkurl ("git://github.com/sdboyer /gps" )},
40
+ maybeGitSource {url : mkurl ("http://github.com/sdboyer /gps" )},
41
41
},
42
42
},
43
43
{
44
- in : "github.com/golang/dep /gps/foo" ,
45
- root : "github.com/golang/dep /gps" ,
44
+ in : "github.com/sdboyer /gps/foo" ,
45
+ root : "github.com/sdboyer /gps" ,
46
46
mb : maybeSources {
47
- maybeGitSource {url : mkurl ("https://github.com/golang/dep /gps" )},
48
- maybeGitSource {
url :
mkurl (
"ssh://[email protected] /golang/dep /gps" )},
49
- maybeGitSource {url : mkurl ("git://github.com/golang/dep /gps" )},
50
- maybeGitSource {url : mkurl ("http://github.com/golang/dep /gps" )},
47
+ maybeGitSource {url : mkurl ("https://github.com/sdboyer /gps" )},
48
+ maybeGitSource {
url :
mkurl (
"ssh://[email protected] /sdboyer /gps" )},
49
+ maybeGitSource {url : mkurl ("git://github.com/sdboyer /gps" )},
50
+ maybeGitSource {url : mkurl ("http://github.com/sdboyer /gps" )},
51
51
},
52
52
},
53
53
{
54
54
// TODO(sdboyer) is this a problem for enforcing uniqueness? do we
55
55
// need to collapse these extensions?
56
- in : "github.com/golang/dep /gps.git/foo" ,
57
- root : "github.com/golang/dep /gps.git" ,
56
+ in : "github.com/sdboyer /gps.git/foo" ,
57
+ root : "github.com/sdboyer /gps.git" ,
58
58
mb : maybeSources {
59
- maybeGitSource {url : mkurl ("https://github.com/golang/dep /gps.git" )},
60
- maybeGitSource {
url :
mkurl (
"ssh://[email protected] /golang/dep /gps.git" )},
61
- maybeGitSource {url : mkurl ("git://github.com/golang/dep /gps.git" )},
62
- maybeGitSource {url : mkurl ("http://github.com/golang/dep /gps.git" )},
59
+ maybeGitSource {url : mkurl ("https://github.com/sdboyer /gps.git" )},
60
+ maybeGitSource {
url :
mkurl (
"ssh://[email protected] /sdboyer /gps.git" )},
61
+ maybeGitSource {url : mkurl ("git://github.com/sdboyer /gps.git" )},
62
+ maybeGitSource {url : mkurl ("http://github.com/sdboyer /gps.git" )},
63
63
},
64
64
},
65
65
{
66
66
in :
"[email protected] :sdboyer/gps" ,
67
- root : "github.com/golang/dep /gps" ,
68
- mb :
maybeGitSource {
url :
mkurl (
"ssh://[email protected] /golang/dep /gps" )},
67
+ root : "github.com/sdboyer /gps" ,
68
+ mb :
maybeGitSource {
url :
mkurl (
"ssh://[email protected] /sdboyer /gps" )},
69
69
},
70
70
{
71
- in : "https://github.com/golang/dep /gps" ,
72
- root : "github.com/golang/dep /gps" ,
73
- mb : maybeGitSource {url : mkurl ("https://github.com/golang/dep /gps" )},
71
+ in : "https://github.com/sdboyer /gps" ,
72
+ root : "github.com/sdboyer /gps" ,
73
+ mb : maybeGitSource {url : mkurl ("https://github.com/sdboyer /gps" )},
74
74
},
75
75
{
76
- in : "https://github.com/golang/dep /gps/foo/bar" ,
77
- root : "github.com/golang/dep /gps" ,
78
- mb : maybeGitSource {url : mkurl ("https://github.com/golang/dep /gps" )},
76
+ in : "https://github.com/sdboyer /gps/foo/bar" ,
77
+ root : "github.com/sdboyer /gps" ,
78
+ mb : maybeGitSource {url : mkurl ("https://github.com/sdboyer /gps" )},
79
79
},
80
80
{
81
81
in : "github.com/sdboyer-/gps/foo" ,
@@ -127,30 +127,30 @@ var pathDeductionFixtures = map[string][]pathDeductionFixture{
127
127
in : "gopkg.in/sdboyer/gps.v0" ,
128
128
root : "gopkg.in/sdboyer/gps.v0" ,
129
129
mb : maybeSources {
130
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("https://github.com/golang/dep /gps" ), major : 0 },
131
- maybeGopkginSource {
opath :
"gopkg.in/sdboyer/gps.v0" ,
url :
mkurl (
"ssh://[email protected] /golang/dep /gps" ),
major :
0 },
132
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("git://github.com/golang/dep /gps" ), major : 0 },
133
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("http://github.com/golang/dep /gps" ), major : 0 },
130
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("https://github.com/sdboyer /gps" ), major : 0 },
131
+ maybeGopkginSource {
opath :
"gopkg.in/sdboyer/gps.v0" ,
url :
mkurl (
"ssh://[email protected] /sdboyer /gps" ),
major :
0 },
132
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("git://github.com/sdboyer /gps" ), major : 0 },
133
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("http://github.com/sdboyer /gps" ), major : 0 },
134
134
},
135
135
},
136
136
{
137
137
in : "gopkg.in/sdboyer/gps.v0/foo" ,
138
138
root : "gopkg.in/sdboyer/gps.v0" ,
139
139
mb : maybeSources {
140
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("https://github.com/golang/dep /gps" ), major : 0 },
141
- maybeGopkginSource {
opath :
"gopkg.in/sdboyer/gps.v0" ,
url :
mkurl (
"ssh://[email protected] /golang/dep /gps" ),
major :
0 },
142
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("git://github.com/golang/dep /gps" ), major : 0 },
143
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("http://github.com/golang/dep /gps" ), major : 0 },
140
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("https://github.com/sdboyer /gps" ), major : 0 },
141
+ maybeGopkginSource {
opath :
"gopkg.in/sdboyer/gps.v0" ,
url :
mkurl (
"ssh://[email protected] /sdboyer /gps" ),
major :
0 },
142
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("git://github.com/sdboyer /gps" ), major : 0 },
143
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v0" , url : mkurl ("http://github.com/sdboyer /gps" ), major : 0 },
144
144
},
145
145
},
146
146
{
147
147
in : "gopkg.in/sdboyer/gps.v1/foo/bar" ,
148
148
root : "gopkg.in/sdboyer/gps.v1" ,
149
149
mb : maybeSources {
150
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v1" , url : mkurl ("https://github.com/golang/dep /gps" ), major : 1 },
151
- maybeGopkginSource {
opath :
"gopkg.in/sdboyer/gps.v1" ,
url :
mkurl (
"ssh://[email protected] /golang/dep /gps" ),
major :
1 },
152
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v1" , url : mkurl ("git://github.com/golang/dep /gps" ), major : 1 },
153
- maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v1" , url : mkurl ("http://github.com/golang/dep /gps" ), major : 1 },
150
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v1" , url : mkurl ("https://github.com/sdboyer /gps" ), major : 1 },
151
+ maybeGopkginSource {
opath :
"gopkg.in/sdboyer/gps.v1" ,
url :
mkurl (
"ssh://[email protected] /sdboyer /gps" ),
major :
1 },
152
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v1" , url : mkurl ("git://github.com/sdboyer /gps" ), major : 1 },
153
+ maybeGopkginSource {opath : "gopkg.in/sdboyer/gps.v1" , url : mkurl ("http://github.com/sdboyer /gps" ), major : 1 },
154
154
},
155
155
},
156
156
{
0 commit comments