Skip to content

Commit 531ec1d

Browse files
committed
fix: use proton-specific packages
1 parent 67bd01a commit 531ec1d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

go.mod

+5-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,8 @@ require (
6868
gopkg.in/yaml.v3 v3.0.1 // indirect
6969
)
7070

71-
replace github.com/go-resty/resty/v2 => github.com/LBeernaertProton/resty/v2 v2.0.0-20231129100320-dddf8030d93a
71+
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

Comments
 (0)