|
@@ -0,0 +1,19 @@
|
|
|
+module gitea.com/data_processing/common_utils
|
|
|
+
|
|
|
+go 1.16
|
|
|
+
|
|
|
+require (
|
|
|
+ github.com/BurntSushi/toml v1.2.0 // indirect
|
|
|
+ github.com/PuerkitoBio/goquery v1.8.0
|
|
|
+ github.com/dchest/captcha v1.0.0
|
|
|
+ github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
|
+ github.com/go-sql-driver/mysql v1.6.0
|
|
|
+ github.com/gomodule/redigo v1.8.9
|
|
|
+ github.com/nsqio/go-nsq v1.1.0
|
|
|
+ go.mongodb.org/mongo-driver v1.10.1
|
|
|
+ go.uber.org/zap v1.22.0
|
|
|
+ gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
|
|
|
+ gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
+ gopkg.in/olivere/elastic.v2 v2.0.61
|
|
|
+ gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
+)
|