diff options
author | Sebastian P <5564491+s3lph@users.noreply.github.com> | 2020-10-01 22:50:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 22:50:56 +0200 |
commit | 214a6a13861b9fd495797386f36507373728e577 (patch) | |
tree | a2eb9541924b432ecf7a0807f42281296fa144a4 /vendor/modules.txt | |
parent | e7781dc79c0c556f60eb64a93a95a5da494dcf2d (diff) | |
download | matterbridge-msglm-214a6a13861b9fd495797386f36507373728e577.tar.gz matterbridge-msglm-214a6a13861b9fd495797386f36507373728e577.tar.bz2 matterbridge-msglm-214a6a13861b9fd495797386f36507373728e577.zip |
Add Mumble support (#1245)
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 40b63237..1c695de0 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -213,6 +213,8 @@ github.com/technoweenie/multipartstreamer github.com/valyala/bytebufferpool # github.com/valyala/fasttemplate v1.2.1 github.com/valyala/fasttemplate +# github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50 +github.com/vincent-petithory/dataurl # github.com/writeas/go-strip-markdown v2.0.1+incompatible github.com/writeas/go-strip-markdown # github.com/yaegashi/msgraph.go v0.1.4 @@ -343,3 +345,8 @@ gopkg.in/olahol/melody.v1 gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c gopkg.in/yaml.v3 +# layeh.com/gumble v0.0.0-20200818122324-146f9205029b +layeh.com/gumble/gumble +layeh.com/gumble/gumble/MumbleProto +layeh.com/gumble/gumble/varint +layeh.com/gumble/gumbleutil |