use go-mail/mail instead of gomail (stale)
This commit is contained in:
parent
d0e63fdeee
commit
83b738e298
3 changed files with 17 additions and 53 deletions
9
go.mod
9
go.mod
|
|
@ -5,20 +5,18 @@ require (
|
|||
github.com/PuerkitoBio/goquery v1.4.1 // indirect
|
||||
github.com/andybalholm/cascadia v1.0.0 // indirect
|
||||
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect
|
||||
github.com/coreos/etcd v3.3.11+incompatible // indirect
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/go-chi/chi v4.0.0+incompatible
|
||||
github.com/go-chi/cors v1.0.0
|
||||
github.com/go-chi/docgen v1.0.2
|
||||
github.com/go-chi/jwtauth v0.0.0-20190109153619-47840abb19b3
|
||||
github.com/go-chi/render v1.0.1
|
||||
github.com/go-mail/mail v2.3.1+incompatible
|
||||
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
|
||||
github.com/go-pg/migrations v6.2.0+incompatible
|
||||
github.com/go-pg/pg v7.1.5+incompatible
|
||||
github.com/gofrs/uuid v3.2.0+incompatible
|
||||
github.com/google/pprof v0.0.0-20190109223431-e84dfd68c163 // indirect
|
||||
github.com/gorilla/css v1.0.0 // indirect
|
||||
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
||||
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0
|
||||
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
||||
|
|
@ -28,23 +26,18 @@ require (
|
|||
github.com/mssola/user_agent v0.4.1
|
||||
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc // indirect
|
||||
github.com/onsi/gomega v1.4.2 // indirect
|
||||
github.com/satori/go.uuid v1.2.0
|
||||
github.com/sirupsen/logrus v1.3.0
|
||||
github.com/spf13/afero v1.2.0 // indirect
|
||||
github.com/spf13/cobra v0.0.3
|
||||
github.com/spf13/viper v1.3.1
|
||||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
||||
github.com/stretchr/testify v1.3.0 // indirect
|
||||
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
|
||||
github.com/vanng822/css v0.0.0-20180216061826-c6885fd13293 // indirect
|
||||
github.com/vanng822/go-premailer v0.0.0-20180515185223-e3d36948cdc3
|
||||
github.com/vmihailenco/sasl v0.0.0-20180925064641-2f13c189728a // indirect
|
||||
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
|
||||
golang.org/x/crypto v0.0.0-20190103213133-ff983b9c42bc // indirect
|
||||
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect
|
||||
golang.org/x/sys v0.0.0-20190109145017-48ac38b7c8cb // indirect
|
||||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
||||
mellium.im/sasl v0.2.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue