-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (39 loc) · 1.45 KB
/
go.mod
File metadata and controls
43 lines (39 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module r3
go 1.24.4
require (
github.com/arran4/golang-ical v0.3.2
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-message v0.18.2
github.com/gbrlsnchs/jwt/v3 v3.0.1
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/go-ldap/ldap/v3 v3.4.11
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gorilla/websocket v1.5.3
github.com/h2non/filetype v1.1.3
github.com/kardianos/service v1.2.2
github.com/magefile/mage v1.15.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.32.0 // indirect
)
require (
github.com/coreos/go-oidc/v3 v3.14.1
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
github.com/jackc/pgx-gofrs-uuid v0.0.0-20230224015001-1d428863c2e2
github.com/jackc/pgx/v5 v5.7.5
github.com/wneessen/go-mail v0.7.2
github.com/xlzd/gotp v0.1.0
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
golang.org/x/oauth2 v0.30.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
github.com/gofrs/uuid/v5 v5.3.2 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
)