updates go-jose to new updated repo due to migration

- updated from /square/go-jose to /go-jose/go-jose
- updates to v2.6.3
- addresses CVE-2016-9123 and CVE-2016-9121
- fixes tests that were adjusting for a 1s delay
This commit is contained in:
Andrew Martinez 2024-08-02 16:38:26 -04:00 committed by Andrew
parent e8769ce896
commit 4f2e5bd88b
33 changed files with 36 additions and 36 deletions

2
go.mod
View file

@ -19,7 +19,7 @@ require (
go.opentelemetry.io/otel/trace v1.24.0
golang.org/x/oauth2 v0.20.0
golang.org/x/text v0.15.0
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/go-jose/go-jose.v2 v2.6.3
)
require (