-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: dependency and go 1.21 updates.
- Loading branch information
Showing
3 changed files
with
36 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
module github.com/ProtonMail/gluon | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/ProtonMail/go-mbox v1.1.0 | ||
github.com/bradenaw/juniper v0.12.0 | ||
github.com/bradenaw/juniper v0.15.3 | ||
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.17 | ||
github.com/pierrec/lz4/v4 v4.1.17 | ||
github.com/google/uuid v1.6.0 | ||
github.com/mattn/go-sqlite3 v1.14.22 | ||
github.com/pierrec/lz4/v4 v4.1.21 | ||
github.com/pkg/profile v1.7.0 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.8.1 | ||
go.uber.org/goleak v1.2.1 | ||
golang.org/x/exp v0.0.0-20230213192124-5e25df0256eb | ||
golang.org/x/sys v0.5.0 | ||
golang.org/x/text v0.7.0 | ||
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 | ||
golang.org/x/sys v0.17.0 | ||
golang.org/x/text v0.14.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/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect | ||
github.com/felixge/fgprof v0.9.3 // indirect | ||
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect | ||
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters