diff --git a/go.mod b/go.mod index 492b85c..47a3ae8 100644 --- a/go.mod +++ b/go.mod @@ -1,16 +1,14 @@ module applet -go 1.21 +go 1.19 -toolchain go1.23.2 +//replace code.fnuoos.com/EggPlanet/egg_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 +//replace code.fnuoos.com/EggPlanet/egg_system_rules.git => E:/company/Egg/egg_system_rules require ( - code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241128102555-fc839292d728 - code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241204141838-eb4db34e4419 + code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241204145112-7b4c29691a6d + code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241204145242-f2a34fe45b5b code.fnuoos.com/go_rely_warehouse/zyos_go_es.git v1.0.1-0.20241118083738-0f22da9ba0be code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5 github.com/boombuler/barcode v1.0.1 @@ -30,7 +28,6 @@ require ( github.com/syyongx/php2go v0.9.8 github.com/wechatpay-apiv3/wechatpay-go v0.2.20 go.uber.org/zap v1.16.0 - google.golang.org/grpc v1.33.2 google.golang.org/protobuf v1.33.0 gopkg.in/natefinch/lumberjack.v2 v2.2.1 gopkg.in/yaml.v2 v2.4.0 @@ -44,9 +41,8 @@ require ( github.com/chenzhuoyu/iasm v0.9.1 // indirect github.com/gabriel-vasile/mimetype v1.4.3 // indirect github.com/gin-contrib/sse v0.1.0 // indirect - github.com/go-pay/crypto v0.0.1 // indirect - github.com/go-pay/gopay v1.5.106 // indirect - github.com/go-pay/xlog v0.0.3 // indirect + github.com/go-pay/gopay v1.5.101 + github.com/go-pay/xlog v0.0.2 github.com/go-pay/xtime v0.0.2 // indirect github.com/goccy/go-json v0.10.2 // indirect github.com/golang/protobuf v1.5.3 // indirect diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..fb91a0b Binary files /dev/null and b/test.txt differ