蛋蛋星球-制度模式
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 1 Woche
vor 1 Woche
vor 1 Woche
vor 1 Woche
vor 6 Tagen
vor 1 Woche
vor 1 Woche
vor 1 Woche
vor 1 Woche
vor 1 Woche
vor 6 Tagen
vor 1 Woche
vor 1 Woche
vor 5 Tagen
vor 1 Woche
123456789101112131415161718192021222324252627282930313233343536373839
  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.16.0
  12. gopkg.in/natefinch/lumberjack.v2 v2.2.1
  13. xorm.io/xorm v1.3.1
  14. )
  15. require (
  16. github.com/onsi/ginkgo v1.16.5 // indirect
  17. github.com/onsi/gomega v1.27.8 // indirect
  18. github.com/pkg/errors v0.9.1 // indirect
  19. golang.org/x/mod v0.10.0 // indirect
  20. gopkg.in/yaml.v2 v2.3.0 // indirect
  21. )
  22. require (
  23. code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241119093836-37be936b83fc
  24. github.com/goccy/go-json v0.10.2 // indirect
  25. github.com/golang/snappy v0.0.4 // indirect
  26. github.com/json-iterator/go v1.1.12 // indirect
  27. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  28. github.com/modern-go/reflect2 v1.0.2 // indirect
  29. github.com/streadway/amqp v1.0.0 // indirect
  30. github.com/syndtr/goleveldb v1.0.0 // indirect
  31. go.uber.org/atomic v1.6.0 // indirect
  32. go.uber.org/multierr v1.5.0 // indirect
  33. xorm.io/builder v0.3.13 // indirect
  34. )