feat(GODT-2947): Remove 'blame it on the weather' error part from go-smtp.

This commit is contained in:
Romain Le Jeune
2023-11-09 09:45:02 +00:00
parent 4ea161f7ad
commit 21ff7b4b97
3 changed files with 4 additions and 2 deletions

1
go.mod
View File

@ -121,6 +121,7 @@ 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.13.1-0.20230526094639-b62c999c85b7
github.com/emersion/go-smtp => github.com/ProtonMail/go-smtp v0.0.0-20231109081432-2b3d50599865
github.com/go-resty/resty/v2 => github.com/LBeernaertProton/resty/v2 v2.0.0-20231030122409-92db8bee3605
github.com/keybase/go-keychain => github.com/cuthix/go-keychain v0.0.0-20230517073537-fc1740a83768
)