deps: upgrade to go-jose v3 (#2284)

This commit is contained in:
Caleb Doxsey 2021-06-10 09:35:44 -06:00 committed by GitHub
parent 5813487cfc
commit f9675f61cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 34 additions and 34 deletions

View file

@ -5,8 +5,8 @@ package jws
import (
"github.com/pomerium/pomerium/internal/encoding"
jose "gopkg.in/square/go-jose.v2"
"gopkg.in/square/go-jose.v2/jwt"
"github.com/go-jose/go-jose/v3"
"github.com/go-jose/go-jose/v3/jwt"
)
// JSONWebSigner is the struct representing a signed JWT.