Skip to content

Commit

Permalink
fix: use proton-specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
major0 committed Jan 18, 2025
1 parent 5f7ade6 commit dcbe4e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ require (
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)


replace (
github.com/ProtonMail/go-crypto => github.com/ProtonMail/go-crypto v1.1.5-proton
github.com/ProtonMail/gopenpgp/v2 => github.com/ProtonMail/gopenpgp/v2 v2-proton
)

0 comments on commit dcbe4e9

Please sign in to comment.