From dfeef2aad6fb25eadc13c12e1caea7160bfe6c3e Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 2 Apr 2022 02:42:12 +0200 Subject: Contact Discord through WS --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d59af7c..3e15bef 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module jinx go 1.18 + +require github.com/gorilla/websocket v1.5.0 -- cgit 1.4.1