We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7ade6 commit dcbe4e9Copy full SHA for dcbe4e9
go.mod
@@ -69,3 +69,9 @@ require (
69
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
70
gopkg.in/yaml.v3 v3.0.1 // indirect
71
)
72
+
73
74
+replace (
75
+ github.com/ProtonMail/go-crypto => github.com/ProtonMail/go-crypto v1.1.5-proton
76
+ github.com/ProtonMail/gopenpgp/v2 => github.com/ProtonMail/gopenpgp/v2 v2-proton
77
+)
0 commit comments