From 2287327e416bda7b2e680d8581e3dd28bfc5ac56 Mon Sep 17 00:00:00 2001 From: hahwul Date: Sat, 25 Dec 2021 01:50:15 +0900 Subject: [PATCH] Update test code --- pkg/jwt/jwt_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/jwt/jwt_test.go b/pkg/jwt/jwt_test.go index 322b903..3860cde 100644 --- a/pkg/jwt/jwt_test.go +++ b/pkg/jwt/jwt_test.go @@ -4,7 +4,7 @@ import ( "reflect" "testing" - "github.com/golang-jwt/jwt" + "github.com/dgrijalva/jwt-go" ) func TestJWTencode(t *testing.T) {