GODT-2165: Reduce UTF8 parsing errors from TLS header input

Updates Gluon to include fix which does not report UTF-8 errors when we
parse a TLS header on a non TLS connection.
This commit is contained in:
Leander Beernaert
2023-01-18 13:06:14 +01:00
parent 5459720523
commit 70f0384cc3
2 changed files with 3 additions and 3 deletions

2
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.14.2-0.20230117124414-549c1f016d6e
github.com/ProtonMail/gluon v0.14.2-0.20230118120413-542c2bf244a0
github.com/ProtonMail/go-autostart v0.0.0-20210130080809-00ed301c8e9a
github.com/ProtonMail/go-proton-api v0.3.0
github.com/ProtonMail/go-rfc5322 v0.11.0