Skip to content

Commit dcbe4e9

Browse files
committed
fix: use proton-specific packages
1 parent 5f7ade6 commit dcbe4e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

go.mod

+6
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,9 @@ require (
6969
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
7070
gopkg.in/yaml.v3 v3.0.1 // indirect
7171
)
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

Comments
 (0)