|
@@ -5,7 +5,6 @@ go 1.13
|
|
require (
|
|
require (
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
github.com/garyburd/redigo v1.6.2
|
|
github.com/garyburd/redigo v1.6.2
|
|
- github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/olivere/elastic v6.2.35+incompatible // indirect
|
|
github.com/olivere/elastic v6.2.35+incompatible // indirect
|
|
github.com/olivere/elastic/v7 v7.0.22
|
|
github.com/olivere/elastic/v7 v7.0.22
|
|
@@ -15,6 +14,4 @@ require (
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/driver/mysql v1.0.3
|
|
gorm.io/gorm v1.20.8
|
|
gorm.io/gorm v1.20.8
|
|
-)
|
|
|
|
-
|
|
|
|
-replace github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df => ./gomail
|
|
|
|
|
|
+)
|