84 lines
3.5 KiB
Modula-2
84 lines
3.5 KiB
Modula-2
module github.com/etkecc/postmoogle
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
github.com/archdx/zerolog-sentry v1.8.4
|
|
github.com/emersion/go-msgauth v0.6.8
|
|
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
|
|
github.com/emersion/go-smtp v0.21.3
|
|
github.com/etkecc/go-env v1.2.1
|
|
github.com/etkecc/go-fswatcher v1.0.1
|
|
github.com/etkecc/go-healthchecks/v2 v2.2.1
|
|
github.com/etkecc/go-linkpearl v0.0.0-20240820090551-8c5298047259
|
|
github.com/etkecc/go-mxidwc v1.0.1
|
|
github.com/etkecc/go-psd v0.0.0-20240820090455-a55658424f56
|
|
github.com/etkecc/go-secgen v1.2.1
|
|
github.com/etkecc/go-validator/v2 v2.2.2
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gabriel-vasile/mimetype v1.4.5
|
|
github.com/getsentry/sentry-go v0.28.1
|
|
github.com/jhillyerd/enmime v1.2.0
|
|
github.com/kvannotten/mailstrip v0.0.0-20200711213611-0002f5c0467e
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mcnijman/go-emailaddress v1.1.1
|
|
github.com/mileusna/crontab v1.2.0
|
|
github.com/raja/argon2pw v1.0.2-0.20210910183755-a391af63bd39
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/swaggo/swag v1.16.3
|
|
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
|
|
maunium.net/go/mautrix v0.20.0
|
|
modernc.org/sqlite v1.32.0
|
|
)
|
|
|
|
require (
|
|
blitiri.com.ar/go/spf v1.5.1 // indirect
|
|
github.com/KyleBanks/depth v1.2.1 // indirect
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/buger/jsonparser v1.1.1 // indirect
|
|
github.com/cention-sany/utf7 v0.0.0-20170124080048-26cad61bd60a // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/etkecc/go-trysmtp v1.1.4 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.6 // indirect
|
|
github.com/go-openapi/spec v0.20.4 // indirect
|
|
github.com/go-openapi/swag v0.19.15 // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/mikesmitty/edkey v0.0.0-20170222072505-3356ea4e686a // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
github.com/tidwall/gjson v1.17.3 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
github.com/yuin/goldmark v1.7.4 // indirect
|
|
go.mau.fi/util v0.7.0 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
modernc.org/gc/v3 v3.0.0-20240801135723-a856999a2e4a // indirect
|
|
modernc.org/libc v1.59.9 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|