-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathgo.mod
41 lines (37 loc) · 1.34 KB
/
go.mod
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
module r3
go 1.23.5
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.7 // indirect
github.com/go-ldap/ldap/v3 v3.4.10
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.37.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
)
require (
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.4
github.com/wneessen/go-mail v0.6.1
github.com/xlzd/gotp v0.1.0
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
golang.org/x/oauth2 v0.25.0
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // 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.13.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
)