From bf7a25a7de33fa9e24c3fd1d9b598a7cc1b26a2c Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 31 Jul 2024 00:58:58 +0200 Subject: [PATCH] cleanup --- lib/tokens/jwt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tokens/jwt.go b/lib/tokens/jwt.go index a9f11d0e..8b18688f 100644 --- a/lib/tokens/jwt.go +++ b/lib/tokens/jwt.go @@ -12,7 +12,6 @@ import ( "github.com/golang-jwt/jwt" "github.com/labstack/echo/v4" "github.com/labstack/echo/v4/middleware" - "github.com/labstack/gommon/log" ) type jwtCustomClaims struct {