From bfabf968846e0fecd138df86654b4414b09d5a01 Mon Sep 17 00:00:00 2001 From: Michael Miguel Alves Date: Thu, 17 Oct 2024 12:04:51 -0300 Subject: [PATCH] revert removing import --- models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models.go b/models.go index b4b7369..f3c5607 100644 --- a/models.go +++ b/models.go @@ -4,6 +4,8 @@ import ( "bytes" "encoding/json" "strings" + + "github.com/golang-jwt/jwt/v5" ) // GetQueryParams converts the struct to map[string]string