feat: add vendor

This commit is contained in:
ericprd 2025-03-06 11:59:05 +08:00
parent 2525eed2ea
commit c037da4879
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
bin
.env
.DS_STORE
.DS_Store

2
vendor/modules.txt vendored
View File

@ -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