summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2020-07-26 20:51:07 +0800
committerGitHub <noreply@github.com>2020-07-26 14:51:07 +0200
commit2d2bebe976972242cade57cb9512c8fd6326be58 (patch)
tree34af45321d90e082fa69f02e62ac5c1174c0c5cb /go.mod
parente1629994bdbb4257fe91cff0b3fc665814c66ac8 (diff)
downloadmatterbridge-msglm-2d2bebe976972242cade57cb9512c8fd6326be58.tar.gz
matterbridge-msglm-2d2bebe976972242cade57cb9512c8fd6326be58.tar.bz2
matterbridge-msglm-2d2bebe976972242cade57cb9512c8fd6326be58.zip
Fix Nextcloud Talk connection failure (#1179)
Fix #1177 Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a24ea7ac..49c22d7e 100644
--- a/go.mod
+++ b/go.mod
@@ -54,7 +54,7 @@ require (
github.com/zfjagann/golang-ring v0.0.0-20190304061218-d34796e0a6c2
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.1
+ gomod.garykim.dev/nc-talk v0.0.2
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect