fix(deps): update module github.com/auth0/go-jwt-middleware/v2 to v3

This commit is contained in:
2026-01-19 10:14:02 +00:00
committed by Joakim Olsson
parent d79a10e910
commit e2c1803683
4 changed files with 39 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"sync"
"time"
mw "github.com/auth0/go-jwt-middleware/v2"
mw "github.com/auth0/go-jwt-middleware/v3"
"github.com/golang-jwt/jwt/v5"
"github.com/pkg/errors"
)
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"net/http/httptest"
"testing"
mw "github.com/auth0/go-jwt-middleware/v2"
mw "github.com/auth0/go-jwt-middleware/v3"
"github.com/golang-jwt/jwt/v5"
"github.com/google/uuid"
"github.com/stretchr/testify/assert"