go.mod 218 B

123456789
  1. module dashoo.cn/micro_libary
  2. go 1.18
  3. require (
  4. github.com/gogf/gf/v2 v2.4.4 // indirect
  5. github.com/rpcxio/rpcx-consul v0.0.0-20220730062257-1ff0472e730f // indirect
  6. github.com/smallnest/rpcx v1.8.9 // indirect
  7. )