mirror of
https://github.com/axllent/mailpit.git
synced 2024-12-26 22:56:43 +02:00
72 lines
2.8 KiB
Modula-2
72 lines
2.8 KiB
Modula-2
module github.com/axllent/mailpit
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/GuiaBolso/darwin v0.0.0-20191218124601-fd6d2aa3d244
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/axllent/semver v0.0.1
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/gomarkdown/markdown v0.0.0-20230716120725-531d2d74bc12
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jhillyerd/enmime v1.0.0
|
|
github.com/k3a/html2text v1.2.1
|
|
github.com/klauspost/compress v1.16.7
|
|
github.com/leporo/sqlf v1.4.0
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/mhale/smtpd v0.8.0
|
|
github.com/reiver/go-telnet v0.0.0-20180421082511-9ff0b2ab096e
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cobra v1.7.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/tg123/go-htpasswd v1.2.1
|
|
github.com/vanng822/go-premailer v1.20.2
|
|
golang.org/x/net v0.12.0
|
|
golang.org/x/text v0.11.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
|
|
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
|
|
github.com/cznic/ql v1.2.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/reiver/go-oi v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/vanng822/css v1.0.1 // indirect
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
golang.org/x/image v0.9.0 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/tools v0.11.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
lukechampine.com/uint128 v1.3.0 // indirect
|
|
modernc.org/cc/v3 v3.41.0 // indirect
|
|
modernc.org/ccgo/v3 v3.16.14 // indirect
|
|
modernc.org/libc v1.24.1 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.6.0 // indirect
|
|
modernc.org/opt v0.1.3 // indirect
|
|
modernc.org/strutil v1.1.3 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|