|
1234567891011121314 |
- module code.fnuoos.com/EggPlanet/egg_system_rules.git
-
- go 1.19
-
- // go.mod文件中
- //replace code.fnuoos.com/EggPlanet/egg_models.git => E:/company/Egg/egg_models
-
- require (
- code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5
- github.com/shopspring/decimal v1.3.1
- xorm.io/xorm v1.3.1
- )
-
- require code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241112135742-0200baa0a923 // indirect
|