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 98a73ff commit 1ad1e2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,8 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

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

Please sign in to comment.