|
|
@@ -3,6 +3,7 @@ module gim |
|
|
|
go 1.18 |
|
|
|
|
|
|
|
require ( |
|
|
|
code.fnuoos.com/go_rely_warehouse/zyos_go_jg_push.git v1.0.2 |
|
|
|
github.com/alberliu/gn v1.10.0 |
|
|
|
github.com/gin-gonic/gin v1.7.7 |
|
|
|
github.com/go-redis/redis v6.15.9+incompatible |
|
|
@@ -22,7 +23,6 @@ require ( |
|
|
|
) |
|
|
|
|
|
|
|
require ( |
|
|
|
code.fnuoos.com/go_rely_warehouse/zyos_go_jg_push.git v1.0.2 // indirect |
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect |
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect |
|
|
@@ -47,6 +47,10 @@ require ( |
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect |
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
|
|
|
github.com/syyongx/php2go v0.9.7 // indirect |
|
|
|
github.com/tidwall/gjson v1.14.1 // indirect |
|
|
|
github.com/tidwall/match v1.1.1 // indirect |
|
|
|
github.com/tidwall/pretty v1.2.0 // indirect |
|
|
|
github.com/ugorji/go/codec v1.1.7 // indirect |
|
|
|
go.uber.org/atomic v1.7.0 // indirect |
|
|
|
go.uber.org/multierr v1.6.0 // indirect |
|
|
|