From dcbe4e93e520fc0af259da8b601b9ea5387adb5a 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, 6 insertions(+) diff --git a/go.mod b/go.mod index cb50eee..5f6c921 100644 --- a/go.mod +++ b/go.mod @@ -69,3 +69,9 @@ require ( google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) + + +replace ( + 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 +)