Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Holmes 2015c390dd
Merge branch 'main' into pr120
Signed-off-by: Daniel Holmes <daniel.holmes@djcentric.com>
2024-06-19 14:35:45 +10:00
Daniel Holmes 227456c3cc chore: Retract v1.5.2 from go.mod
Maintainers accidentally changed the reference commit
for v1.5.2. This change retracts v1.5.2 which also
includes a number of avoidable issues.

Fixes #927
2024-06-19 04:30:55 +00:00
1 changed files with 4 additions and 0 deletions

4
go.mod
View File

@ -1,3 +1,7 @@
module github.com/gorilla/websocket module github.com/gorilla/websocket
go 1.20 go 1.20
retract (
v1.5.2 // tag accidentally overwritten
)