From 5d490f5f0020e97c3080825e069efa10dd99152c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20L=C3=B6ffel?= Date: Fri, 6 Sep 2019 17:49:49 +0200 Subject: [PATCH] Update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a85cc5b..57a6cb7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/mariuspass/recws +module github.com/recws-org/recws require ( github.com/gorilla/websocket v1.4.0