From c3fbe6c85059caca2b5b26bef1c763a95f2f12dd Mon Sep 17 00:00:00 2001 From: RamiBerm Date: Mon, 24 May 2021 17:07:58 +0300 Subject: [PATCH] Update go.sum --- shared/go.sum | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shared/go.sum diff --git a/shared/go.sum b/shared/go.sum new file mode 100644 index 000000000..85efffd99 --- /dev/null +++ b/shared/go.sum @@ -0,0 +1,2 @@ +github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= +github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=