|
@@ -5,19 +5,19 @@ go 1.13
|
|
|
require (
|
|
|
app.yhyue.com/moapp/esv1 v0.0.0-20220414031211-3da4123e648d
|
|
|
github.com/coscms/tagfast v0.0.0-20150925144250-2b69b2496250
|
|
|
- github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
|
+ github.com/dchest/captcha v1.0.0
|
|
|
github.com/donnie4w/go-logger v0.0.0-20170827050443-4740c51383f4
|
|
|
- github.com/fsnotify/fsnotify v1.4.9
|
|
|
- github.com/garyburd/redigo v1.6.2
|
|
|
- github.com/go-sql-driver/mysql v1.6.0
|
|
|
- github.com/golang-jwt/jwt/v4 v4.4.2
|
|
|
+ github.com/fsnotify/fsnotify v1.6.0
|
|
|
+ github.com/garyburd/redigo v1.6.4
|
|
|
+ github.com/go-sql-driver/mysql v1.7.0
|
|
|
+ github.com/golang-jwt/jwt/v4 v4.4.3
|
|
|
github.com/howeyc/fsnotify v0.9.0
|
|
|
- github.com/olivere/elastic/v7 v7.0.22
|
|
|
- github.com/zeromicro/go-zero v1.3.5
|
|
|
- go.etcd.io/etcd/client/v3 v3.5.4
|
|
|
- go.mongodb.org/mongo-driver v1.9.1
|
|
|
+ github.com/olivere/elastic/v7 v7.0.32
|
|
|
+ github.com/zeromicro/go-zero v1.4.3
|
|
|
+ go.etcd.io/etcd/client/v3 v3.5.6
|
|
|
+ go.mongodb.org/mongo-driver v1.11.1
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
- gorm.io/driver/mysql v1.0.5
|
|
|
- gorm.io/gorm v1.21.3
|
|
|
+ gorm.io/driver/mysql v1.4.4
|
|
|
+ gorm.io/gorm v1.24.2
|
|
|
)
|