GODT-1940: Fix message encryption

Update liteapi to v0.36.0 to include message encryption fix and fix
compile errors related to update.
This commit is contained in:
Leander Beernaert
2022-10-25 14:57:05 +02:00
committed by James Houlahan
parent afc5307a23
commit 8e34b51c77
4 changed files with 10 additions and 12 deletions

4
go.mod
View File

@ -5,7 +5,7 @@ go 1.18
require (
github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557
github.com/Masterminds/semver/v3 v3.1.1
github.com/ProtonMail/gluon v0.13.1-0.20221024121621-eaf93a0dafd0
github.com/ProtonMail/gluon v0.13.1-0.20221025093924-86bbf0261eb8
github.com/ProtonMail/go-autostart v0.0.0-20210130080809-00ed301c8e9a
github.com/ProtonMail/go-rfc5322 v0.11.0
github.com/ProtonMail/gopenpgp/v2 v2.4.10
@ -38,7 +38,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.0
github.com/urfave/cli/v2 v2.20.3
gitlab.protontech.ch/go/liteapi v0.35.1-0.20221024102125-605f4712c351
gitlab.protontech.ch/go/liteapi v0.36.0
go.uber.org/goleak v1.2.0
golang.org/x/exp v0.0.0-20220921164117-439092de6870
golang.org/x/net v0.1.0