Files
gowebmail/go.mod
T

27 lines
827 B
AMPL
Raw Normal View History

module github.com/ghostersk/gowebmail
2026-03-07 06:20:39 +00:00
2026-08-29 11:06:22 +01:00
go 1.26.6
2026-03-07 06:20:39 +00:00
require (
2026-08-29 11:06:22 +01:00
github.com/ProtonMail/go-crypto v1.4.1
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
2026-03-07 06:20:39 +00:00
github.com/emersion/go-imap v1.2.1
2026-08-29 11:06:22 +01:00
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
github.com/emersion/go-webdav v0.7.0
2026-03-07 06:20:39 +00:00
github.com/gorilla/mux v1.8.1
2026-08-29 11:06:22 +01:00
github.com/mattn/go-sqlite3 v1.14.49
go.mozilla.org/pkcs7 v0.10.0
golang.org/x/crypto v0.55.0
golang.org/x/oauth2 v0.36.0
2026-08-29 11:06:22 +01:00
software.sslmate.com/src/go-pkcs12 v0.7.3
2026-03-07 06:20:39 +00:00
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
2026-08-29 11:06:22 +01:00
github.com/cloudflare/circl v1.6.2 // indirect
2026-03-07 06:20:39 +00:00
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
2026-08-29 11:06:22 +01:00
github.com/teambition/rrule-go v1.8.2 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
2026-03-07 06:20:39 +00:00
)