-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
70 lines (63 loc) · 2.97 KB
/
go.mod
File metadata and controls
70 lines (63 loc) · 2.97 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
module github.com/tgulacsi/imapclient
require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity/cache v0.4.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0
github.com/UNO-SOFT/filecache v0.4.0
github.com/UNO-SOFT/zlog v0.8.6
github.com/dchest/siphash v1.2.3
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-imap/v2 v2.0.0-beta.7
github.com/emersion/go-message v0.18.2
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
github.com/google/uuid v1.6.0
github.com/microsoft/kiota-abstractions-go v1.9.3
github.com/microsoft/kiota-serialization-form-go v1.1.2
github.com/microsoft/kiota-serialization-json-go v1.1.2
github.com/microsoft/kiota-serialization-multipart-go v1.1.2
github.com/microsoft/kiota-serialization-text-go v1.1.3
github.com/microsoftgraph/msgraph-sdk-go v1.93.0
github.com/microsoftgraph/msgraph-sdk-go-core v1.4.0
github.com/peterbourgon/ff/v4 v4.0.0-beta.1
github.com/tgulacsi/go v0.28.15-0.20260414052606-c130e0fbc48e
github.com/tgulacsi/oauth2client v0.1.0
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.50.0
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/oauth2 v0.30.0
golang.org/x/sync v0.20.0
golang.org/x/text v0.36.0
golang.org/x/time v0.14.0
)
require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-linebreak v0.0.0-20180812204043-d8f37254e7d3 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
github.com/google/renameio/v2 v2.0.0 // indirect
github.com/keybase/go-keychain v0.0.1 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/microsoft/kiota-authentication-azure-go v1.3.1 // indirect
github.com/microsoft/kiota-http-go v1.5.4 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/std-uritemplate/std-uritemplate/go/v2 v2.0.8 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel v1.39.0 // indirect
go.opentelemetry.io/otel/metric v1.39.0 // indirect
go.opentelemetry.io/otel/trace v1.39.0 // indirect
golang.org/x/net v0.53.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
)
// The last version supporting Xoauth2: github.com/emersion/go-sasl v0.0.0-20200509202850-4132e15e133d
go 1.26
// replace github.com/emersion/go-imap/v2 => ../../emersion/go-imap/v2
tool github.com/tgulacsi/go/openapi-generator-cli
replace github.com/peterbourgon/ff/v4 v4.0.0-beta.1 => github.com/UNO-SOFT/ff/v4 v4.0.0-beta.1.us