TUN-8333: Bump go-jose dependency to v4

This commit is contained in:
Devin Carr
2024-04-10 09:49:40 -07:00
parent a1a9f3813e
commit 687682120c
113 changed files with 1540 additions and 709 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"errors"
"testing"
"github.com/go-jose/go-jose/v3"
"github.com/go-jose/go-jose/v4"
"github.com/stretchr/testify/require"
)