联调完成注册
config_sample.yaml
deleted
100644 → 0
... | ... | @@ -5,7 +5,7 @@ go 1.20 |
require ( | ||
github.com/dchest/captcha v1.0.0 | ||
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/gin-contrib/sessions v0.0.5 | ||
github.com/gin-contrib/cors v1.4.0 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/go-sql-driver/mysql v1.7.0 | ||
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177 | ||
... | ... | @@ -30,9 +30,6 @@ require ( |
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.14.0 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/securecookie v1.1.1 // indirect | ||
github.com/gorilla/sessions v1.2.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
... | ... |
Please register or sign in to comment