go.mod 588 B

12345678910111213141516
  1. module dashoo.cn/opms_libary
  2. go 1.16
  3. require (
  4. dashoo.cn/common_definition v0.0.0
  5. github.com/gogf/gf v1.16.9
  6. github.com/mojocn/base64Captcha v1.3.5
  7. github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
  8. github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
  9. github.com/rpcxio/rpcx-consul v0.0.0-20220730062257-1ff0472e730f
  10. github.com/smallnest/rpcx v1.8.0
  11. gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
  12. )
  13. replace dashoo.cn/common_definition => code.dashoo.cn/dashoo/micro_common_definition.git v0.0.0-20220507071646-3d858a040d5e