|
|
@@ -1,53 +1,59 @@ |
|
|
|
module applet |
|
|
|
|
|
|
|
go 1.22.0 |
|
|
|
go 1.19 |
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
require ( |
|
|
|
code.fnuoos.com/EggPlanet/egg_models.git v0.0.0-20241030143505-e9a8ea068840 |
|
|
|
code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5 |
|
|
|
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 |
|
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 |
|
|
|
github.com/boombuler/barcode v1.0.1 |
|
|
|
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/gin-gonic/gin v1.9.1 |
|
|
|
github.com/go-playground/locales v0.14.1 |
|
|
|
github.com/go-playground/universal-translator v0.18.1 |
|
|
|
github.com/go-playground/validator/v10 v10.11.2 |
|
|
|
github.com/go-playground/validator/v10 v10.20.0 |
|
|
|
github.com/go-redis/redis v6.15.9+incompatible |
|
|
|
github.com/go-sql-driver/mysql v1.8.1 |
|
|
|
github.com/gocolly/colly v1.2.0 |
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible |
|
|
|
github.com/iGoogle-ink/gopay v1.5.36 |
|
|
|
github.com/makiuchi-d/gozxing v0.0.0-20210324052758-57132e828831 |
|
|
|
github.com/qiniu/api.v7/v7 v7.8.2 |
|
|
|
github.com/robfig/cron/v3 v3.0.1 |
|
|
|
github.com/sony/sonyflake v1.0.0 |
|
|
|
github.com/swaggo/files v1.0.1 |
|
|
|
github.com/swaggo/gin-swagger v1.6.0 |
|
|
|
github.com/swaggo/swag v1.8.12 |
|
|
|
github.com/syyongx/php2go v0.9.8 |
|
|
|
github.com/tidwall/gjson v1.7.4 |
|
|
|
go.uber.org/zap v1.16.0 |
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 |
|
|
|
gopkg.in/yaml.v2 v2.4.0 |
|
|
|
xorm.io/xorm v1.3.1 |
|
|
|
xorm.io/xorm v1.3.2 |
|
|
|
) |
|
|
|
|
|
|
|
require ( |
|
|
|
code.fnuoos.com/EggPlanet/egg_models.git v0.0.0-00010101000000-000000000000 |
|
|
|
code.fnuoos.com/go_rely_warehouse/zyos_go_mq.git v0.0.5 |
|
|
|
github.com/go-sql-driver/mysql v1.8.1 |
|
|
|
github.com/gocolly/colly v1.2.0 |
|
|
|
github.com/tidwall/gjson v1.14.1 |
|
|
|
) |
|
|
|
|
|
|
|
require ( |
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect |
|
|
|
github.com/KyleBanks/depth v1.2.1 // indirect |
|
|
|
github.com/PuerkitoBio/goquery v1.5.1 // indirect |
|
|
|
github.com/PuerkitoBio/goquery v1.9.2 // indirect |
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect |
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
|
|
|
github.com/andybalholm/cascadia v1.1.0 // indirect |
|
|
|
github.com/antchfx/htmlquery v1.3.2 // indirect |
|
|
|
github.com/antchfx/xmlquery v1.4.1 // indirect |
|
|
|
github.com/antchfx/xpath v1.3.1 // indirect |
|
|
|
github.com/bytedance/sonic v1.8.0 // indirect |
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect |
|
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect |
|
|
|
github.com/antchfx/htmlquery v1.3.3 // indirect |
|
|
|
github.com/antchfx/xmlquery v1.4.2 // indirect |
|
|
|
github.com/antchfx/xpath v1.3.2 // indirect |
|
|
|
github.com/bytedance/sonic v1.11.6 // indirect |
|
|
|
github.com/bytedance/sonic/loader v0.1.1 // indirect |
|
|
|
github.com/cloudwego/base64x v0.1.4 // indirect |
|
|
|
github.com/cloudwego/iasm v0.2.0 // indirect |
|
|
|
github.com/gabriel-vasile/mimetype v1.4.3 // indirect |
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect |
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect |
|
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect |
|
|
@@ -56,7 +62,7 @@ require ( |
|
|
|
github.com/gobwas/glob v0.2.3 // indirect |
|
|
|
github.com/goccy/go-json v0.10.2 // indirect |
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
|
|
|
github.com/golang/protobuf v1.5.2 // indirect |
|
|
|
github.com/golang/protobuf v1.5.3 // indirect |
|
|
|
github.com/golang/snappy v0.0.4 // indirect |
|
|
|
github.com/gookit/color v1.3.8 // indirect |
|
|
|
github.com/gorilla/context v1.1.1 // indirect |
|
|
@@ -65,40 +71,40 @@ require ( |
|
|
|
github.com/josharian/intern v1.0.0 // indirect |
|
|
|
github.com/json-iterator/go v1.1.12 // indirect |
|
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect |
|
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect |
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect |
|
|
|
github.com/klauspost/cpuid/v2 v2.2.7 // indirect |
|
|
|
github.com/kr/pretty v0.3.1 // indirect |
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect |
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect |
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect |
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect |
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect |
|
|
|
github.com/onsi/ginkgo v1.15.0 // indirect |
|
|
|
github.com/onsi/gomega v1.10.5 // indirect |
|
|
|
github.com/pelletier/go-toml/v2 v2.0.6 // indirect |
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect |
|
|
|
github.com/onsi/gomega v1.19.0 // indirect |
|
|
|
github.com/pelletier/go-toml/v2 v2.2.1 // indirect |
|
|
|
github.com/pkg/errors v0.9.1 // indirect |
|
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect |
|
|
|
github.com/streadway/amqp v1.0.0 // indirect |
|
|
|
github.com/swaggo/files v1.0.1 // indirect |
|
|
|
github.com/swaggo/gin-swagger v1.6.0 // indirect |
|
|
|
github.com/syndtr/goleveldb v1.0.0 // indirect |
|
|
|
github.com/temoto/robotstxt v1.1.2 // indirect |
|
|
|
github.com/tidwall/match v1.0.3 // indirect |
|
|
|
github.com/tidwall/pretty v1.1.0 // indirect |
|
|
|
github.com/tidwall/match v1.1.1 // indirect |
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect |
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
|
|
|
github.com/ugorji/go/codec v1.2.9 // indirect |
|
|
|
github.com/ugorji/go/codec v1.2.12 // indirect |
|
|
|
go.uber.org/atomic v1.7.0 // indirect |
|
|
|
go.uber.org/multierr v1.6.0 // indirect |
|
|
|
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect |
|
|
|
golang.org/x/crypto v0.28.0 // indirect |
|
|
|
golang.org/x/arch v0.7.0 // indirect |
|
|
|
golang.org/x/crypto v0.22.0 // indirect |
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect |
|
|
|
golang.org/x/net v0.30.0 // indirect |
|
|
|
golang.org/x/net v0.24.0 // indirect |
|
|
|
golang.org/x/sync v0.8.0 // indirect |
|
|
|
golang.org/x/sys v0.26.0 // indirect |
|
|
|
golang.org/x/text v0.19.0 // indirect |
|
|
|
golang.org/x/tools v0.26.0 // indirect |
|
|
|
golang.org/x/sys v0.25.0 // indirect |
|
|
|
golang.org/x/text v0.15.0 // indirect |
|
|
|
golang.org/x/tools v0.20.0 // indirect |
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
|
|
|
google.golang.org/appengine v1.6.1 // indirect |
|
|
|
google.golang.org/protobuf v1.28.1 // indirect |
|
|
|
google.golang.org/appengine v1.4.0 // indirect |
|
|
|
google.golang.org/protobuf v1.34.0 // indirect |
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect |
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect |
|
|
|
honnef.co/go/tools v0.1.3 // indirect |
|
|
|
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect |
|
|
|
honnef.co/go/tools v0.0.1-2020.1.4 // indirect |
|
|
|
xorm.io/builder v0.3.13 // indirect |
|
|
|
) |