mirror of
https://github.com/ghostersk/gowebmail.git
synced 2026-09-13 23:30:37 +01:00
29 lines
934 B
AMPL
29 lines
934 B
AMPL
module github.com/ghostersk/gowebmail
|
|
|
|
go 1.26.6
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.4.1
|
|
github.com/emersion/go-ical v0.0.0-20240127095438-fc1c9d8fb2b6
|
|
github.com/emersion/go-imap v1.2.1
|
|
github.com/emersion/go-vcard v0.0.0-20230815062825-8fda7d206ec9
|
|
github.com/emersion/go-webdav v0.7.0
|
|
github.com/gorilla/mux v1.8.1
|
|
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
|
|
software.sslmate.com/src/go-pkcs12 v0.7.3
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
|
github.com/SherClockHolmes/webpush-go v1.4.0 // indirect
|
|
github.com/cloudflare/circl v1.6.2 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
|
|
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
|
|
)
|