about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-04-02 02:42:12 +0200
committerMel <einebeere@gmail.com>2022-04-03 23:50:05 +0200
commitdfeef2aad6fb25eadc13c12e1caea7160bfe6c3e (patch)
tree23638e02600e7e17aa81c09afc8a6aff5c93a79e /go.mod
parent7040cd50ae9a1408d1bb7a7c23b961f48d864143 (diff)
downloadjinx-dfeef2aad6fb25eadc13c12e1caea7160bfe6c3e.tar.zst
jinx-dfeef2aad6fb25eadc13c12e1caea7160bfe6c3e.zip
Contact Discord through WS
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
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