Skip to content

Commit

Permalink
client_auth_test: use go-jose/go-jose.v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Aug 12, 2024
1 parent 4d7d4b7 commit 1b787d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/v1/conditions/client/client_auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
"go.hollow.sh/toolbox/ginjwt"
"gopkg.in/square/go-jose.v2"
"gopkg.in/square/go-jose.v2/jwt"
"gopkg.in/go-jose/go-jose.v2"
"gopkg.in/go-jose/go-jose.v2/jwt"

v1types "github.com/metal-toolbox/conditionorc/pkg/api/v1/conditions/types"
rctypes "github.com/metal-toolbox/rivets/condition"
Expand Down

0 comments on commit 1b787d0

Please sign in to comment.