diff --git a/models.go b/models.go index b4b7369b..f3c56073 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