chore(deps): migrage jose to go-jose/v3

closes #390
This commit is contained in:
Tim Möhlmann 2023-08-29 18:45:26 +03:00
parent 0879c88399
commit a3aa772ba6
32 changed files with 47 additions and 44 deletions

View file

@ -7,7 +7,7 @@ import (
"reflect"
"testing"
"gopkg.in/square/go-jose.v2"
jose "github.com/go-jose/go-jose/v3"
)
func TestFindKey(t *testing.T) {