github.com/bluestoneag/bluephish@v0.1.0/go.mod (about)

     1  module github.com/bluestoneag/bluephish
     2  
     3  go 1.17
     4  
     5  require (
     6  	bitbucket.org/liamstask/goose v0.0.0-20150115234039-8488cc47d90c
     7  	github.com/NYTimes/gziphandler v1.1.1
     8  	github.com/PuerkitoBio/goquery v1.8.0
     9  	github.com/emersion/go-imap v1.2.0
    10  	github.com/emersion/go-message v0.15.0
    11  	github.com/go-sql-driver/mysql v1.6.0
    12  	github.com/gophish/gomail v0.0.0-20200818021916-1f6d0dfd512e
    13  	github.com/gorilla/context v1.1.1
    14  	github.com/gorilla/csrf v1.7.1
    15  	github.com/gorilla/handlers v1.5.1
    16  	github.com/gorilla/mux v1.8.0
    17  	github.com/gorilla/securecookie v1.1.1
    18  	github.com/gorilla/sessions v1.2.1
    19  	github.com/jinzhu/gorm v1.9.16
    20  	github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
    21  	github.com/jordan-wright/unindexed v0.0.0-20181209214434-78fa79113c0f
    22  	github.com/mattn/go-sqlite3 v2.0.3+incompatible
    23  	github.com/oschwald/maxminddb-golang v1.8.0
    24  	github.com/sirupsen/logrus v1.8.1
    25  	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
    26  	golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
    27  	gopkg.in/alecthomas/kingpin.v2 v2.2.6
    28  	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
    29  )
    30  
    31  require (
    32  	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
    33  	github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a // indirect
    34  	github.com/andybalholm/cascadia v1.3.1 // indirect
    35  	github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac // indirect
    36  	github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
    37  	github.com/felixge/httpsnoop v1.0.2 // indirect
    38  	github.com/jinzhu/inflection v1.0.0 // indirect
    39  	github.com/kr/pretty v0.3.0 // indirect
    40  	github.com/kr/text v0.2.0 // indirect
    41  	github.com/kylelemons/go-gypsy v1.0.0 // indirect
    42  	github.com/lib/pq v1.10.3 // indirect
    43  	github.com/pkg/errors v0.9.1 // indirect
    44  	github.com/rogpeppe/go-internal v1.8.0 // indirect
    45  	github.com/ziutek/mymysql v1.5.4 // indirect
    46  	golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
    47  	golang.org/x/sys v0.0.0-20211031064116-611d5d643895 // indirect
    48  	golang.org/x/text v0.3.7 // indirect
    49  	gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
    50  )