Skip to content
Snippets Groups Projects
Commit 2c4ee47f authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: drop github qualifiers from go

parent ba59a215
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ module.exports = { ...@@ -10,7 +10,6 @@ module.exports = {
function getGithubPurl(repo) { function getGithubPurl(repo) {
return { return {
lookupName: repo.replace(/\/$/, ''), lookupName: repo.replace(/\/$/, ''),
qualifiers: {},
}; };
} }
......
...@@ -18,19 +18,16 @@ Array [ ...@@ -18,19 +18,16 @@ Array [
Array [ Array [
Object { Object {
"lookupName": "x/text", "lookupName": "x/text",
"qualifiers": Object {},
}, },
], ],
Array [ Array [
Object { Object {
"lookupName": "x/text", "lookupName": "x/text",
"qualifiers": Object {},
}, },
], ],
Array [ Array [
Object { Object {
"lookupName": "go-x/x", "lookupName": "go-x/x",
"qualifiers": Object {},
}, },
], ],
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment