fix(GODT-2650): Fix crash during header serialization

Fix crash in go-message when the header field key was greater than the
`preferredHeaderLen` folding line limit.

b62c999c85
This commit is contained in:
Leander Beernaert
2023-05-26 11:49:08 +02:00
parent 0cef181432
commit 8564d3a483
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -126,6 +126,6 @@ require (
replace (
github.com/docker/docker-credential-helpers => github.com/ProtonMail/docker-credential-helpers v1.1.0
github.com/emersion/go-message => github.com/ProtonMail/go-message v0.0.0-20210611055058-fabeff2ec753
github.com/emersion/go-message => github.com/ProtonMail/go-message v0.13.1-0.20230526094639-b62c999c85b7
github.com/keybase/go-keychain => github.com/cuthix/go-keychain v0.0.0-20230517073537-fc1740a83768
)