From 251e2af57ad35584deef0c422aebf3529cc50310 Mon Sep 17 00:00:00 2001 From: jenow Date: Fri, 4 Dec 2020 11:35:52 +0100 Subject: [PATCH] update version of websocket --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7823fcc9..5fb3d43c 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.12 require ( github.com/google/uuid v1.1.2 - github.com/gorilla/websocket v1.4.1 + github.com/gorilla/websocket v1.4.2 github.com/stretchr/testify v1.4.0 )