From c5ec176a1cfba4f170991ca7bf6296185b10f565 Mon Sep 17 00:00:00 2001 From: Kevin Lyda Date: Sun, 21 Oct 2018 15:34:30 +0100 Subject: Gitlab auth issue (#79) * Fix the gitlab oauth issue. * Update for gitlab 11.1+ Versions beyond 11.1 (and possibly a few releases before) use a different method for delivering tokens. They also have disabled version 3 of the api. These changes address that and add a debugging mode for the server that make it easier to debug issues like this in the future. * Cleanup of PR. Updated README. Removed code duplication. --- vendor/vendor.json | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'vendor/vendor.json') diff --git a/vendor/vendor.json b/vendor/vendor.json index 7bc00f4..18a5b46 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -762,24 +762,12 @@ "revision": "fd565ec6f8e236d6b63b953f3aecb2f2cca80605", "revisionTime": "2016-07-21T22:16:07Z" }, - { - "checksumSHA1": "JBCDUSQYhK4Bl95Yr2c5Uaiyka4=", - "path": "github.com/xanzy/go-gitlab", - "revision": "93c0833f360ae4901c1d8e64da7dc9cf79258b1b", - "revisionTime": "2018-08-23T19:26:17Z" - }, { "checksumSHA1": "clOSf6IVJZq9qMftP/c3skDkJcQ=", "path": "go.opencensus.io", "revision": "71e2e3e3082a525f158c187a70a4dbb59aa522b9", "revisionTime": "2018-08-23T19:16:57Z" }, - { - "checksumSHA1": "iASBoEMOkTso9Gu2cDR6AdZfhHE=", - "path": "go.opencensus.io/exporter/stackdriver/propagation", - "revision": "71e2e3e3082a525f158c187a70a4dbb59aa522b9", - "revisionTime": "2018-08-23T19:16:57Z" - }, { "checksumSHA1": "BhwWPIG9k2gelU3zEOkhKdedctk=", "path": "go.opencensus.io/internal", -- cgit v1.2.3