go.mod 765 B

123456789101112131415161718192021
  1. module github.com/go_gateway_admin
  2. go 1.14
  3. require (
  4. github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
  5. github.com/e421083458/golang_common v1.2.1
  6. github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
  7. github.com/gin-gonic/gin v1.7.7
  8. github.com/go-playground/locales v0.13.0
  9. github.com/go-playground/universal-translator v0.17.0
  10. github.com/gorilla/sessions v1.1.3 // indirect
  11. github.com/pkg/errors v0.8.1
  12. github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
  13. github.com/swaggo/gin-swagger v1.2.0
  14. github.com/swaggo/swag v1.8.1
  15. golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
  16. gopkg.in/go-playground/validator.v9 v9.29.0
  17. )
  18. replace github.com/gin-contrib/sse v0.1.0 => github.com/e421083458/sse v0.1.1