写了个很朴素的测试
... | ... | @@ -7,6 +7,7 @@ require ( |
github.com/dgrijalva/jwt-go v3.2.0+incompatible | ||
github.com/gin-contrib/sessions v0.0.5 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/go-sql-driver/mysql v1.7.0 | ||
github.com/google/uuid v1.3.1 | ||
github.com/palantir/stacktrace v0.0.0-20161112013806-78658fd2d177 | ||
github.com/sirupsen/logrus v1.9.3 | ||
... | ... | @@ -29,7 +30,6 @@ require ( |
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.14.0 // indirect | ||
github.com/go-sql-driver/mysql v1.7.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 | ||
... | ... |
Please register or sign in to comment