From 882e9bcce3944dde2ef7416c7eff6e4d750fba6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=91=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D0=B4=D0=B8=D0=BD?= Date: Sat, 6 Apr 2024 23:21:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=BC=D1=8F=20=D0=BC=D0=BE=D0=B4=D1=83?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=B8=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20websoc?= =?UTF-8?q?ket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 8 +++++--- go.sum | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 4ad2028..a184124 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ -module github.com/anoshenko/rui +module git.mbk-lab.ru/mbk-lab/rui -go 1.18 +go 1.20 -require github.com/gorilla/websocket v1.5.0 +require github.com/gorilla/websocket v1.5.1 + +require golang.org/x/net v0.17.0 // indirect diff --git a/go.sum b/go.sum index e5a03d4..272772f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ -github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc= -github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= +github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= +golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= +golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=