From 227456c3cc00808ec7480f02d8f7cc794b3529d5 Mon Sep 17 00:00:00 2001 From: Daniel Holmes Date: Wed, 19 Jun 2024 04:30:39 +0000 Subject: [PATCH] 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 --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go.mod b/go.mod index 1a7afd5..22d2668 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,7 @@ module github.com/gorilla/websocket go 1.12 + +retract ( + v1.5.2 // tag accidentally overwritten +) \ No newline at end of file