-
- Downloads
Feat/err handler (#21)
* add err handling on tenant feature
* Handle illegal token
* disable linter on tenantId matching
Co-authored-by:
Jesse Tu <ruifan.cs08g@nctu.edu.tw>
... | ... | @@ -16,6 +16,7 @@ require ( |
github.com/gin-gonic/gin v1.6.3 | ||
github.com/google/uuid v1.3.0 | ||
github.com/mitchellh/mapstructure v1.4.0 | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/urfave/cli v1.22.5 | ||
... | ... |
Please register or sign in to comment