1
0
mirror of https://github.com/axllent/mailpit.git synced 2024-12-24 22:14:33 +02:00
mailpit/go.mod

68 lines
2.7 KiB
Modula-2
Raw Permalink Normal View History

2022-07-29 13:23:08 +02:00
module github.com/axllent/mailpit
2024-10-14 06:39:52 +02:00
go 1.23
2024-10-14 06:39:52 +02:00
toolchain go1.23.2
2022-07-29 13:23:08 +02:00
require (
2024-10-14 06:39:52 +02:00
github.com/PuerkitoBio/goquery v1.10.0
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
2022-07-29 13:23:08 +02:00
github.com/axllent/semver v0.0.1
2024-12-08 01:52:38 +02:00
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
2023-11-11 12:51:34 +02:00
github.com/gorilla/mux v1.8.1
2024-06-19 06:14:29 +02:00
github.com/gorilla/websocket v1.5.3
github.com/jhillyerd/enmime v1.3.0
2024-10-14 06:39:52 +02:00
github.com/klauspost/compress v1.17.11
github.com/kovidgoyal/imaging v1.6.3
2023-04-21 02:12:14 +02:00
github.com/leporo/sqlf v1.4.0
2024-12-08 01:52:38 +02:00
github.com/lithammer/shortuuid/v4 v4.2.0
github.com/mneis/go-telnet v0.0.0-20221017141824-6f643e477c62
2024-10-14 06:39:52 +02:00
github.com/rqlite/gorqlite v0.0.0-20241013203532-4385768ae85d
2023-06-19 10:22:02 +02:00
github.com/sirupsen/logrus v1.9.3
2024-06-19 06:14:29 +02:00
github.com/spf13/cobra v1.8.1
2022-07-29 13:23:08 +02:00
github.com/spf13/pflag v1.0.5
2024-11-01 11:19:23 +02:00
github.com/tg123/go-htpasswd v1.2.3
2024-10-14 06:39:52 +02:00
github.com/vanng822/go-premailer v1.22.0
2024-12-20 05:14:47 +02:00
golang.org/x/net v0.33.0
2024-12-08 01:52:38 +02:00
golang.org/x/text v0.21.0
2024-11-08 11:11:31 +02:00
golang.org/x/time v0.8.0
2023-04-21 02:12:14 +02:00
gopkg.in/yaml.v3 v3.0.1
2024-12-20 05:14:47 +02:00
modernc.org/sqlite v1.34.3
2022-07-29 13:23:08 +02:00
)
require (
2023-03-31 11:45:18 +02:00
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
2024-12-20 05:14:47 +02:00
github.com/andybalholm/cascadia v1.3.3 // indirect
2022-07-29 13:23:08 +02:00
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
2023-02-24 10:39:45 +02:00
github.com/dustin/go-humanize v1.0.1 // indirect
2022-07-29 13:23:08 +02:00
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/google/uuid v1.6.0 // indirect
2023-11-11 12:51:34 +02:00
github.com/gorilla/css v1.0.1 // indirect
2024-02-24 12:16:04 +02:00
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
2023-01-12 05:07:38 +02:00
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2023-03-31 11:45:18 +02:00
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
2022-07-29 13:23:08 +02:00
github.com/kr/pretty v0.3.0 // indirect
2023-10-20 12:21:42 +02:00
github.com/mattn/go-isatty v0.0.20 // indirect
2024-07-26 12:09:41 +02:00
github.com/mattn/go-runewidth v0.0.16 // indirect
2024-02-05 11:23:16 +02:00
github.com/ncruces/go-strftime v0.1.9 // indirect
2022-07-29 13:23:08 +02:00
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
2023-02-24 10:39:45 +02:00
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
2024-02-09 12:11:45 +02:00
github.com/rivo/uniseg v0.4.7 // indirect
2022-07-29 13:23:08 +02:00
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.31.0 // indirect
2024-12-20 05:14:47 +02:00
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect
2024-12-08 01:52:38 +02:00
golang.org/x/image v0.23.0 // indirect
golang.org/x/sys v0.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2024-12-14 11:50:53 +02:00
modernc.org/gc/v3 v3.0.0-20241213165251-3bc300f6d0c9 // indirect
2024-12-08 01:52:38 +02:00
modernc.org/libc v1.61.4 // indirect
2023-06-30 12:57:46 +02:00
modernc.org/mathutil v1.6.0 // indirect
2024-04-12 04:50:40 +02:00
modernc.org/memory v1.8.0 // indirect
2023-08-16 07:06:04 +02:00
modernc.org/strutil v1.2.0 // indirect
2022-11-22 11:18:33 +02:00
modernc.org/token v1.1.0 // indirect
2022-07-29 13:23:08 +02:00
)