From 3b654d0b303a76ae900252d26df01ff528c2f9ee Mon Sep 17 00:00:00 2001 From: shenjiachi Date: Tue, 17 Dec 2024 13:55:25 +0800 Subject: [PATCH] update rule version --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7ca7e65..b429e86 100644 --- a/go.mod +++ b/go.mod @@ -34,7 +34,7 @@ require ( require ( code.fnuoos.com/EggPlanet/egg_models.git v0.2.1-0.20241216144119-b08da56ec5ec - code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241216085945-78fe55637e4b + code.fnuoos.com/EggPlanet/egg_system_rules.git v0.0.4-0.20241217040418-3640cd7169f0 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/360EntSecGroup-Skylar/excelize v1.4.1 @@ -50,7 +50,7 @@ require ( github.com/gocolly/colly v1.2.0 github.com/olivere/elastic/v7 v7.0.32 github.com/shopspring/decimal v1.3.1 - github.com/tidwall/gjson v1.14.1 + github.com/tidwall/gjson v1.18.0 google.golang.org/grpc v1.32.0 google.golang.org/protobuf v1.34.0 )