mirror of
https://github.com/gophish/gophish
synced 2024-11-14 16:27:23 +00:00
8162a80cb1
Adding the ability to cache campaigns on maillogs to greatly improve generation time (and, by extension, sending speed and memory usage).
33 lines
1.4 KiB
Modula-2
33 lines
1.4 KiB
Modula-2
module github.com/gophish/gophish
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
|
|
github.com/NYTimes/gziphandler v1.1.1
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gophish/gomail v0.0.0-20180314010319-cf7e1a5479be
|
|
github.com/gorilla/context v1.1.1
|
|
github.com/gorilla/csrf v1.6.2
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/jordan-wright/email v0.0.0-20200121133829-a0b5c5b58bb6
|
|
github.com/jordan-wright/unindexed v0.0.0-20181209214434-78fa79113c0f
|
|
github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/mxk/go-imap v0.0.0-20150429134902-531c36c3f12d
|
|
github.com/oschwald/maxminddb-golang v1.6.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
)
|