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
This commit is contained in:
Daniel Holmes 2024-06-19 04:30:39 +00:00
parent ce903f6d1d
commit 227456c3cc
1 changed files with 4 additions and 0 deletions

4
go.mod
View File

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