|
|
@@ -2,8 +2,9 @@ module applet |
|
|
|
|
|
|
|
go 1.19 |
|
|
|
|
|
|
|
//replace code.fnuoos.com/EggPlanet/egg_modelsegg_models.git => E:/company/Egg/egg_models |
|
|
|
//replace code.fnuoos.com/EggPlanet/egg_models.git => E:/company/Egg/egg_models |
|
|
|
|
|
|
|
// |
|
|
|
//replace code.fnuoos.com/EggPlanet/egg_system_rules.git => E:/company/Egg/egg_system_rules |
|
|
|
|
|
|
|
require ( |
|
|
@@ -11,6 +12,7 @@ require ( |
|
|
|
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5 |
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
|
|
github.com/forgoer/openssl v0.0.0-20201023062029-c3112b0c8700 |
|
|
|
github.com/gin-contrib/sessions v0.0.3 |
|
|
|
github.com/gin-gonic/gin v1.9.0 |
|
|
|
github.com/go-playground/locales v0.14.1 |
|
|
|
github.com/go-playground/universal-translator v0.18.1 |
|
|
@@ -33,7 +35,8 @@ require ( |
|
|
|
) |
|
|
|
|
|
|
|
require ( |
|
|
|
code.fnuoos.com/EggPlanet/egg_models.git v0.2.0 |
|
|
|
code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241118064045-6ecc894c9bf8 |
|
|
|
code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.3 |
|
|
|
code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5 |
|
|
|
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible |
|
|
|
github.com/go-sql-driver/mysql v1.8.1 |
|
|
@@ -43,7 +46,6 @@ require ( |
|
|
|
) |
|
|
|
|
|
|
|
require ( |
|
|
|
code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.3 // indirect |
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect |
|
|
|
github.com/BurntSushi/toml v1.4.0 // indirect |
|
|
|
github.com/KyleBanks/depth v1.2.1 // indirect |
|
|
|