diff options
author | Janet Blackquill <uhhadd@gmail.com> | 2021-12-18 16:43:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 22:43:29 +0100 |
commit | dbedc994216fa2e932f1aefd3ea27832419b85ef (patch) | |
tree | 2a577dda9e296c9f854ea0677394128d17ca6d17 /vendor/modules.txt | |
parent | 6cb359cb808e2353db2675b58da95ac0349689fe (diff) | |
download | matterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.tar.gz matterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.tar.bz2 matterbridge-msglm-dbedc994216fa2e932f1aefd3ea27832419b85ef.zip |
Add support for Harmony (#1656)
Harmony is a relatively new (1,5yo) chat protocol with a small community.
This introduces support for Harmony into Matterbridge, using the functionality
specifically designed for bridge bots. The implementation is a modest 200 lines
of code.
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index e83e308e..ee3f36dd 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -109,6 +109,14 @@ github.com/gorilla/schema # github.com/gorilla/websocket v1.4.2 ## explicit; go 1.12 github.com/gorilla/websocket +# github.com/harmony-development/shibshib v0.0.0-20211127182844-512296f7c548 +## explicit; go 1.15 +github.com/harmony-development/shibshib +github.com/harmony-development/shibshib/gen/auth/v1 +github.com/harmony-development/shibshib/gen/chat/v1 +github.com/harmony-development/shibshib/gen/emote/v1 +github.com/harmony-development/shibshib/gen/harmonytypes/v1 +github.com/harmony-development/shibshib/gen/profile/v1 # github.com/hashicorp/errwrap v1.1.0 ## explicit github.com/hashicorp/errwrap |