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
+)