From c037da48799f449733f8859f2b0db4ce785d292b Mon Sep 17 00:00:00 2001 From: ericprd Date: Thu, 6 Mar 2025 11:59:05 +0800 Subject: [PATCH] feat: add vendor --- .gitignore | 2 +- vendor/modules.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0b433b3..aaff602 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ bin .env -.DS_STORE +.DS_Store diff --git a/vendor/modules.txt b/vendor/modules.txt index 623d301..89a07ef 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -83,6 +83,8 @@ github.com/go-playground/universal-translator # github.com/go-playground/validator/v10 v10.25.0 ## explicit; go 1.20 github.com/go-playground/validator/v10 +# github.com/golang-jwt/jwt v3.2.2+incompatible +## explicit # github.com/golang-jwt/jwt/v5 v5.2.1 ## explicit; go 1.18 github.com/golang-jwt/jwt/v5