Switch from gopkg.in/square/go-jose.v2 to github.com/go-jose/go-jose/v3

Made the switch wherever possible, but since fosite still uses the old
gopkg.in/square/go-jose.v2 there was one test where we still need to use
it as a direct dependency.
This commit is contained in:
Ryan Richard
2023-12-04 11:05:12 -08:00
parent 8296093beb
commit ca5ad85bbd
18 changed files with 27 additions and 27 deletions

View File

@@ -17,10 +17,10 @@ import (
"unsafe"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/go-jose/go-jose/v3"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/require"
"golang.org/x/oauth2"
"gopkg.in/square/go-jose.v2"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"go.pinniped.dev/internal/federationdomain/dynamicupstreamprovider"