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"