We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bd01a commit 531ec1dCopy full SHA for 531ec1d
go.mod
@@ -68,4 +68,8 @@ require (
68
gopkg.in/yaml.v3 v3.0.1 // indirect
69
)
70
71
-replace github.com/go-resty/resty/v2 => github.com/LBeernaertProton/resty/v2 v2.0.0-20231129100320-dddf8030d93a
+replace (
72
+ github.com/go-resty/resty/v2 => github.com/LBeernaertProton/resty/v2 v2.0.0-20231129100320-dddf8030d93a
73
+ github.com/ProtonMail/go-crypto => github.com/ProtonMail/go-crypto v1.1.5-proton
74
+ github.com/ProtonMail/gopenpgp/v2 => github.com/ProtonMail/gopenpgp/v2 v2-proton
75
+)
0 commit comments