aptly-dev / aptly

aptly - Debian repository management tool
https://www.aptly.info/
MIT License
2.54k stars 369 forks source link

Use tagged version of ProtonMail/go-crypto in go.mod #1253

Closed paulcacheux closed 2 months ago

paulcacheux commented 4 months ago

Description of the Change

This change convert the usage of github.com/ProtonMail/go-crypto from a commit based require to a tag one. The underlying commit is currently exactly the same one.

When we started using ProtonMail/go-crypto the project did not use tag for releases which forced us to use the commit in the go.mod file. Now that they are tagging releases, we can move on to the actual tag.

Checklist

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.78%. Comparing base (50eaf6c) to head (8ab8fe8). Report is 17 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1253 +/- ## ======================================= Coverage 74.78% 74.78% ======================================= Files 143 143 Lines 16200 16200 ======================================= Hits 12115 12115 Misses 3148 3148 Partials 937 937 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

paulcacheux commented 3 months ago

@neolynx would you mind taking a look ?