蛋蛋星球-制度模式
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 regels
1.2 KiB

  1. module code.fnuoos.com/EggPlanet/egg_system_rules.git
  2. go 1.19
  3. // go.mod文件中
  4. replace code.fnuoos.com/EggPlanet/egg_models.git => E:/company/Egg/egg_models
  5. require (
  6. code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5
  7. github.com/go-redis/redis v6.15.9+incompatible
  8. github.com/gomodule/redigo v1.9.2
  9. github.com/shopspring/decimal v1.3.1
  10. github.com/syyongx/php2go v0.9.8
  11. go.uber.org/zap v1.13.0
  12. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  13. xorm.io/xorm v1.3.1
  14. )
  15. require (
  16. code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241112135742-0200baa0a923
  17. github.com/goccy/go-json v0.10.2 // indirect
  18. github.com/golang/snappy v0.0.4 // indirect
  19. github.com/json-iterator/go v1.1.12 // indirect
  20. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  21. github.com/modern-go/reflect2 v1.0.2 // indirect
  22. github.com/streadway/amqp v1.0.0 // indirect
  23. github.com/syndtr/goleveldb v1.0.0 // indirect
  24. go.uber.org/atomic v1.6.0 // indirect
  25. go.uber.org/multierr v1.5.0 // indirect
  26. golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
  27. golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect
  28. xorm.io/builder v0.3.13 // indirect
  29. )