From e63074d228e3cfbbca5d477adfa0456dbd8bd71c 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 7ea5e65..65b4adc 100644 --- a/go.mod +++ b/go.mod @@ -71,4 +71,8 @@ require ( gopkg.in/yaml.v3 v3.0.1 // indirect ) -replace github.com/go-resty/resty/v2 => github.com/ProtonMail/resty/v2 v2.0.0-20250929142426-e3dc6308c80b +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.10.0-proton +)