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.
This commit is contained in:
8
vendor/modules.txt
vendored
8
vendor/modules.txt
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user