superseriousbusiness / gotosocial

Fast, fun, small ActivityPub server.
https://docs.gotosocial.org
GNU Affero General Public License v3.0
3.84k stars 336 forks source link

[chore] Update gorilla/websocket #3561

Open daenney opened 1 day ago

daenney commented 1 day ago

Description

The maintainers messed with the v1.5.2 tag which causes Go checksum validation problems as the Go module proxy saw and recorded the original hash.

This updates to 1.5.3 which doesn't have the issue.

Checklist

Please put an x inside each checkbox to indicate that you've read and followed it: [ ] -> [x]

If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).

NyaaaWhatsUpDoc commented 1 day ago

we already closed this one as it basically back-steps a bunch of their changes: https://github.com/superseriousbusiness/gotosocial/pull/3036#issuecomment-2185904981

daenney commented 1 day ago

Yeah, but I actually think those are good.

v1.5.1 was released after the project was effectively unmaintained, and included a bunch of unreviewed changes. v1.5.2 seems to have been stepping that back and adding new features and fixes of its own, now with proper review. Dhey botched the tags so we got v1.5.3 to fix that.