We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a73ff commit 1ad1e2dCopy full SHA for 1ad1e2d
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