go.mod 410 B

1234567891011121314
  1. module git.nspix.com/golang/rest
  2. go 1.15
  3. require (
  4. git.nspix.com/golang/micro v0.0.5
  5. github.com/go-playground/locales v0.13.0
  6. github.com/go-playground/universal-translator v0.17.0
  7. github.com/go-playground/validator/v10 v10.4.1
  8. github.com/jinzhu/inflection v1.0.0
  9. github.com/russross/blackfriday v2.0.0+incompatible
  10. github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
  11. gorm.io/gorm v1.20.12
  12. )