Skip to content

Commit

Permalink
go-jose project
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Jan 13, 2025
1 parent 5dfa937 commit 3830371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/v1/client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
"github.com/metal-toolbox/rivets/ginjwt"
"github.com/sirupsen/logrus"
"github.com/stretchr/testify/assert"
"gopkg.in/square/go-jose.v4"
"gopkg.in/square/go-jose.v4/jwt"
"gopkg.in/go-jose/go-jose.v4"
"gopkg.in/go-jose/go-jose.v4/jwt"
)

type integrationTester struct {
Expand Down

0 comments on commit 3830371

Please sign in to comment.