fix(GODT-2326): Fix potential Win32 API deadlock

Update gluon so that the store implementation uses `os.Remove` instead
of `os.RemoveAll`. The latter has an issue where it can deadlock on
windows. See https://github.com/golang/go/issues/36375 for more details.
This commit is contained in:
Leander Beernaert
2023-02-06 16:30:03 +01:00
parent 34cd611a8b
commit ad65bdde9d
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.20230202124956-4fa6b6a0b9b5
github.com/ProtonMail/gluon v0.14.2-0.20230206091703-4a3d7a57eeae
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-rfc5322 v0.11.0