-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathgo.mod
34 lines (31 loc) · 1.11 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
module github.com/ProtonMail/gluon
go 1.21
require (
github.com/ProtonMail/go-mbox v1.1.0
github.com/bradenaw/juniper v0.12.0
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-imap-uidplus v0.0.0-20200503180755-e75854c361e9
github.com/golang/mock v1.6.0
github.com/google/uuid v1.3.0
github.com/mattn/go-sqlite3 v1.14.22
github.com/pierrec/lz4/v4 v4.1.17
github.com/pkg/profile v1.7.0
github.com/sirupsen/logrus v1.9.2
github.com/stretchr/testify v1.8.3
go.uber.org/goleak v1.2.1
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
golang.org/x/sys v0.8.0
golang.org/x/text v0.9.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead // indirect
github.com/felixge/fgprof v0.9.3 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
golang.org/x/sync v0.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)