From 395900144f028e4a0713451b020374ace548a3f9 Mon Sep 17 00:00:00 2001 From: KynixInHK Date: Tue, 6 Aug 2024 15:11:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0module=E8=B7=AF=E5=BE=84=20-?= =?UTF-8?q?=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- am_jwt/jwt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/am_jwt/jwt.go b/am_jwt/jwt.go index fa54368..8b7740b 100644 --- a/am_jwt/jwt.go +++ b/am_jwt/jwt.go @@ -4,9 +4,9 @@ import ( "encoding/json" "errors" "fmt" - "github.com/axiomatrix-org/optimized-toolchain/am_redis" "github.com/gin-gonic/gin" "gopkg.in/dgrijalva/jwt-go.v3" + "merak.axiomatrix.org/Axiomatrix_Org/optimized_go_tools/am_redis" "net/http" "strconv" "strings"