mirror of
https://github.com/axllent/mailpit.git
synced 2026-06-27 14:36:07 +00:00
67 lines
2.7 KiB
Modula-2
67 lines
2.7 KiB
Modula-2
module github.com/axllent/mailpit
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.12.0
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
|
github.com/axllent/ghru/v2 v2.2.3
|
|
github.com/axllent/semver v1.0.0
|
|
github.com/goccy/go-yaml v1.19.2
|
|
github.com/gomarkdown/markdown v0.0.0-20260417124207-7d523f7318df
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/jhillyerd/enmime/v2 v2.4.0
|
|
github.com/klauspost/compress v1.18.6
|
|
github.com/kovidgoyal/imaging v1.8.21
|
|
github.com/leporo/sqlf v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rqlite/gorqlite v0.0.0-20260504155303-50d445fd0ab9
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/spf13/pflag v1.0.10
|
|
github.com/tg123/go-htpasswd v1.2.4
|
|
github.com/vanng822/go-premailer v1.33.0
|
|
golang.org/x/crypto v0.52.0
|
|
golang.org/x/net v0.55.0
|
|
golang.org/x/text v0.37.0
|
|
golang.org/x/time v0.15.0
|
|
modernc.org/sqlite v1.51.0
|
|
)
|
|
|
|
require (
|
|
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/clipperhouse/displaywidth v0.11.0 // indirect
|
|
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/goccy/go-json v0.10.6 // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/inbucket/html2text v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/kovidgoyal/go-parallel v1.1.1 // indirect
|
|
github.com/kovidgoyal/go-shm v1.0.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.22 // indirect
|
|
github.com/mattn/go-runewidth v0.0.23 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
|
|
github.com/olekukonko/errors v1.3.0 // indirect
|
|
github.com/olekukonko/ll v0.1.8 // indirect
|
|
github.com/olekukonko/tablewriter v1.1.4 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // 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/image v0.41.0 // indirect
|
|
golang.org/x/mod v0.36.0 // indirect
|
|
golang.org/x/sys v0.45.0 // indirect
|
|
modernc.org/libc v1.72.5 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|