summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2020-09-04 16:14:36 -0400
committerGitHub <noreply@github.com>2020-09-04 22:14:36 +0200
commit75f67d2de41de063c1fdfaee349b11929eca47eb (patch)
tree43539f62100ef52a874139225b9980388a230073 /go.mod
parent712385ffd58ad01d1c257b63a7b0299134d95209 (diff)
downloadmatterbridge-msglm-75f67d2de41de063c1fdfaee349b11929eca47eb.tar.gz
matterbridge-msglm-75f67d2de41de063c1fdfaee349b11929eca47eb.tar.bz2
matterbridge-msglm-75f67d2de41de063c1fdfaee349b11929eca47eb.zip
Update nc-talk dependency (#1226)
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 a06d0385..3fe4c022 100644
--- a/go.mod
+++ b/go.mod
@@ -49,7 +49,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.1.2
+ gomod.garykim.dev/nc-talk v0.1.3
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
)