go.mod 683 B

12345678910111213141516171819202122
  1. module dashoo.cn/micro
  2. go 1.16
  3. require (
  4. dashoo.cn/common_definition v0.0.0
  5. dashoo.cn/opms_libary v0.0.0
  6. github.com/360EntSecGroup-Skylar/excelize v1.4.1
  7. github.com/gogf/gf v1.16.9
  8. github.com/mozillazg/go-pinyin v0.19.0
  9. github.com/shopspring/decimal v1.3.1
  10. github.com/smallnest/rpcx v1.8.0
  11. github.com/stretchr/testify v1.8.0 // indirect
  12. golang.org/x/crypto v0.5.0 // indirect
  13. golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
  14. golang.org/x/tools v0.1.12
  15. gopkg.in/yaml.v3 v3.0.1
  16. )
  17. replace dashoo.cn/opms_libary => ../opms_libary
  18. replace dashoo.cn/common_definition => code.dashoo.cn/dashoo/micro_common_definition.git v0.0.0-20220507071646-3d858a040d5e