1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-13 01:40:48 +02:00

Update go-jose dependency as requested in #2350 (#2356)

* update go-jose dependency by switching gopkg.in/square/go-jose.v2
with github.com/go-jose/go-jose/v3

* updated `CHANGELOG.md` with entry for PR #2356

---------

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
darh
2024-01-08 14:08:35 +01:00
committed by GitHub
parent 71561f637d
commit bfd667e4a2
6 changed files with 9 additions and 7 deletions

View File

@ -15,11 +15,11 @@ import (
"testing"
"time"
"github.com/go-jose/go-jose/v3"
"github.com/golang-jwt/jwt"
"github.com/oauth2-proxy/oauth2-proxy/v7/pkg/apis/options"
. "github.com/onsi/gomega"
"github.com/stretchr/testify/assert"
"gopkg.in/square/go-jose.v2"
)
type MyKeyData struct {