test: Bump GPA to fix flaky test TestBridge_User_BadMessage_NoBadEvent

It was necessary to return an actual proton.APIError json object
in order for our detection to work properly in one of the tests.
This commit is contained in:
James Houlahan
2023-02-07 16:02:51 +01:00
parent c9d496956c
commit a79fce907e
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/ProtonMail/gluon v0.14.2-0.20230206162331-cf36d870802b
github.com/ProtonMail/go-autostart v0.0.0-20210130080809-00ed301c8e9a
github.com/ProtonMail/go-proton-api v0.3.1-0.20230203120457-1849bf7d578b
github.com/ProtonMail/go-proton-api v0.3.1-0.20230207140717-7eee7f487b13
github.com/ProtonMail/go-rfc5322 v0.11.0
github.com/ProtonMail/gopenpgp/v2 v2.4.10
github.com/PuerkitoBio/goquery v1.8.0