Deps: Replace go-jose v2 with go-jose v3 (#64228)

replace go-jose v2 with go-jose v3
This commit is contained in:
Jo
2023-03-06 15:12:51 +01:00
committed by GitHub
parent 05275cc9a4
commit 45fde4235b
12 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -13,10 +13,10 @@ import (
"testing"
"time"
jose "github.com/go-jose/go-jose/v3"
"github.com/go-jose/go-jose/v3/jwt"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
jose "gopkg.in/square/go-jose.v2"
"gopkg.in/square/go-jose.v2/jwt"
"github.com/grafana/grafana/pkg/infra/remotecache"
"github.com/grafana/grafana/pkg/setting"