Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 85c4e83

Browse files
committed
fix import
1 parent 491ebef commit 85c4e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/auth/auth.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package auth
22

33
import (
44
"errors"
5-
"github.com/lestrrat-go/jwx/v2/jws"
65
"net/http"
76
"strings"
87
"time"
@@ -11,6 +10,7 @@ import (
1110
"github.com/basemachina/bridge/internal/ctxtime"
1211
"github.com/go-logr/logr"
1312
"github.com/lestrrat-go/jwx/v2/jwk"
13+
"github.com/lestrrat-go/jwx/v2/jws"
1414
"github.com/lestrrat-go/jwx/v2/jwt"
1515
)
1616

0 commit comments

Comments
 (0)