mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 08:52:30 +00:00
Refactor and update RocketChat bridge (#707)
* Add support for editing/deleting messages * Add support for uploading files * Add support for avatars * Use the Rocket.Chat.Go.SDK * Use the rest and streaming api
This commit is contained in:
12
vendor/modules.txt
vendored
12
vendor/modules.txt
vendored
@@ -1,5 +1,7 @@
|
||||
# github.com/42wim/go-gitter v0.0.0-20170828205020-017310c2d557
|
||||
github.com/42wim/go-gitter
|
||||
# github.com/Jeffail/gabs v1.1.1
|
||||
github.com/Jeffail/gabs
|
||||
# github.com/Philipp15b/go-steam v1.0.1-0.20180818081528-681bd9573329
|
||||
github.com/Philipp15b/go-steam
|
||||
github.com/Philipp15b/go-steam/protocol/steamlang
|
||||
@@ -30,6 +32,8 @@ github.com/golang/protobuf/protoc-gen-go/descriptor
|
||||
github.com/google/gops/agent
|
||||
github.com/google/gops/internal
|
||||
github.com/google/gops/signal
|
||||
# github.com/gopackage/ddp v0.0.0-20170117053602-652027933df4
|
||||
github.com/gopackage/ddp
|
||||
# github.com/gorilla/schema v1.0.2
|
||||
github.com/gorilla/schema
|
||||
# github.com/gorilla/websocket v1.4.0
|
||||
@@ -66,6 +70,10 @@ github.com/labstack/gommon/random
|
||||
github.com/lrstanley/girc
|
||||
# github.com/magiconair/properties v1.8.0
|
||||
github.com/magiconair/properties
|
||||
# github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20190210153444-cc9d05784d5d
|
||||
github.com/matterbridge/Rocket.Chat.Go.SDK/models
|
||||
github.com/matterbridge/Rocket.Chat.Go.SDK/realtime
|
||||
github.com/matterbridge/Rocket.Chat.Go.SDK/rest
|
||||
# github.com/matterbridge/go-xmpp v0.0.0-20180529212104-cd19799fba91
|
||||
github.com/matterbridge/go-xmpp
|
||||
# github.com/matterbridge/gomatrix v0.0.0-20190102230110-6f9631ca6dea
|
||||
@@ -91,6 +99,8 @@ github.com/mitchellh/mapstructure
|
||||
github.com/mreiferson/go-httpclient
|
||||
# github.com/mrexodia/wray v0.0.0-20160318003008-78a2c1f284ff
|
||||
github.com/mrexodia/wray
|
||||
# github.com/nelsonken/gomf v0.0.0-20180504123937-a9dd2f9deae9
|
||||
github.com/nelsonken/gomf
|
||||
# github.com/nicksnyder/go-i18n v1.4.0
|
||||
github.com/nicksnyder/go-i18n/i18n
|
||||
github.com/nicksnyder/go-i18n/i18n/bundle
|
||||
@@ -184,6 +194,8 @@ golang.org/x/crypto/curve25519
|
||||
golang.org/x/crypto/ed25519
|
||||
golang.org/x/crypto/internal/chacha20
|
||||
golang.org/x/crypto/ed25519/internal/edwards25519
|
||||
# golang.org/x/net v0.0.0-20180108090419-434ec0c7fe37
|
||||
golang.org/x/net/websocket
|
||||
# golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
|
Reference in New Issue
Block a user