We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2431c56 commit 2287327Copy full SHA for 2287327
pkg/jwt/jwt_test.go
@@ -4,7 +4,7 @@ import (
4
"reflect"
5
"testing"
6
7
- "github.com/golang-jwt/jwt"
+ "github.com/dgrijalva/jwt-go"
8
)
9
10
func TestJWTencode(t *testing.T) {
0 commit comments