From 531ec1d082146117a4a8fc89b2ed3e597e8603e0 Mon Sep 17 00:00:00 2001 From: Mark Ferrell Date: Sat, 18 Jan 2025 10:02:18 -0800 Subject: [PATCH] fix: use proton-specific packages --- go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 52455fb..63b780e 100644 --- a/go.mod +++ b/go.mod @@ -68,4 +68,8 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -replace github.com/go-resty/resty/v2 => github.com/LBeernaertProton/resty/v2 v2.0.0-20231129100320-dddf8030d93a +replace ( + github.com/go-resty/resty/v2 => github.com/LBeernaertProton/resty/v2 v2.0.0-20231129100320-dddf8030d93a + github.com/ProtonMail/go-crypto => github.com/ProtonMail/go-crypto v1.1.5-proton + github.com/ProtonMail/gopenpgp/v2 => github.com/ProtonMail/gopenpgp/v2 v2-proton +)