go.mod 785 B

1234567891011121314151617181920212223
  1. module dashoo.cn/gateway
  2. go 1.16
  3. require (
  4. github.com/gin-contrib/cors v1.3.1
  5. github.com/gin-gonic/gin v1.6.3
  6. github.com/gogf/gf v1.16.9
  7. github.com/kr/text v0.2.0 // indirect
  8. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  9. github.com/rpcxio/rpcx-consul v0.0.0-20220730062257-1ff0472e730f
  10. github.com/rpcxio/rpcx-etcd v0.0.0-20210606082724-1a5593db7a0d
  11. github.com/rpcxio/rpcx-gateway v0.0.0
  12. github.com/smallnest/rpcx v1.8.0
  13. golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
  14. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  15. )
  16. //replace dashoo.cn/micro_libary => ../../micro_libary_v2
  17. //
  18. //replace dashoo.cn/common_definition => ../../micro_common_definition
  19. replace github.com/rpcxio/rpcx-gateway => ../rpcx-gateway