From 2c4ee47f99b6d8cb5467ba56eeee4c99c34ca946 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Tue, 29 Jan 2019 20:15:34 +0100
Subject: [PATCH] refactor: drop github qualifiers from go

---
 lib/datasource/go/index.js                    | 1 -
 test/datasource/__snapshots__/go.spec.js.snap | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/lib/datasource/go/index.js b/lib/datasource/go/index.js
index fbc2a08180..8c157b6197 100644
--- a/lib/datasource/go/index.js
+++ b/lib/datasource/go/index.js
@@ -10,7 +10,6 @@ module.exports = {
 function getGithubPurl(repo) {
   return {
     lookupName: repo.replace(/\/$/, ''),
-    qualifiers: {},
   };
 }
 
diff --git a/test/datasource/__snapshots__/go.spec.js.snap b/test/datasource/__snapshots__/go.spec.js.snap
index f91037029f..72403b21d6 100644
--- a/test/datasource/__snapshots__/go.spec.js.snap
+++ b/test/datasource/__snapshots__/go.spec.js.snap
@@ -18,19 +18,16 @@ Array [
   Array [
     Object {
       "lookupName": "x/text",
-      "qualifiers": Object {},
     },
   ],
   Array [
     Object {
       "lookupName": "x/text",
-      "qualifiers": Object {},
     },
   ],
   Array [
     Object {
       "lookupName": "go-x/x",
-      "qualifiers": Object {},
     },
   ],
 ]
-- 
GitLab