Package: golang-github-markbates-goth / 1.42.0-10

Metadata

Package Version Patches format
golang-github-markbates-goth 1.42.0-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Disable tests which need gorilla pat.patch | (download)

providers/intercom/intercom_test.go | 3 3 + 0 - 0 !
providers/twitter/twitter_test.go | 3 3 + 0 - 0 !
providers/xero/xero_test.go | 3 3 + 0 - 0 !
3 files changed, 9 insertions(+)

 disable tests which need gorilla/pat

gorilla/pat has discontinued development.

0002 Use recent httpmock.patch | (download)

providers/auth0/auth0_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use recent version of httpmock
 The dependency golang-gopkg-jarcoal-httpmock.v1 has been superseded by the
 more up-to-date golang-github-jarcoal-httpmock. Let's use that to ensure we can
 remove the outdated dependency.