Description: 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.
Author: Sascha Steinbiss <satta@debian.org>
Forwarded: not necessary
Last-Update: 2025-10-13
--- a/providers/auth0/auth0_test.go
+++ b/providers/auth0/auth0_test.go
@@ -7,7 +7,7 @@
 	"github.com/markbates/goth"
 	"github.com/markbates/goth/providers/auth0"
 	"github.com/stretchr/testify/assert"
-	"gopkg.in/jarcoal/httpmock.v1"
+	"github.com/jarcoal/httpmock"
 )
 
 func Test_New(t *testing.T) {
