summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorNikkyAI <root@nikky.moe>2020-08-26 22:27:00 +0200
committerGitHub <noreply@github.com>2020-08-26 22:27:00 +0200
commit27c02549c870680ea57a05757810ade80db42929 (patch)
tree011862f50e0101205afdb786ee3ff2503a677f22 /go.mod
parent88d371c71c61aa8b68033b9c2dd4d7a8fc36e991 (diff)
downloadmatterbridge-msglm-27c02549c870680ea57a05757810ade80db42929.tar.gz
matterbridge-msglm-27c02549c870680ea57a05757810ade80db42929.tar.bz2
matterbridge-msglm-27c02549c870680ea57a05757810ade80db42929.zip
Replace gorilla with melody for websocket API (#1205)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 64be9a2b..4548ecba 100644
--- a/go.mod
+++ b/go.mod
@@ -50,6 +50,7 @@ require (
golang.org/x/image v0.0.0-20200618115811-c13761719519
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gomod.garykim.dev/nc-talk v0.0.2
+ gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
)
go 1.13