Update dependencies (#1610)
* Update dependencies * Update module to go 1.17
This commit is contained in:
8
vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/client.go
generated
vendored
8
vendor/github.com/matterbridge/Rocket.Chat.Go.SDK/realtime/client.go
generated
vendored
@@ -38,9 +38,11 @@ func NewClient(serverURL *url.URL, debug bool) (*Client, error) {
|
||||
c := new(Client)
|
||||
c.ddp = ddp.NewClient(wsURL, serverURL.String())
|
||||
|
||||
if debug {
|
||||
c.ddp.SetSocketLogActive(true)
|
||||
}
|
||||
/*
|
||||
if debug {
|
||||
c.ddp.SetSocketLogActive(true)
|
||||
}
|
||||
*/
|
||||
|
||||
if err := c.ddp.Connect(); err != nil {
|
||||
return nil, err
|
||||
|
||||
8
vendor/github.com/matterbridge/discordgo/go.mod
generated
vendored
8
vendor/github.com/matterbridge/discordgo/go.mod
generated
vendored
@@ -1,8 +0,0 @@
|
||||
module github.com/matterbridge/discordgo
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
||||
)
|
||||
|
||||
go 1.10
|
||||
10
vendor/github.com/matterbridge/discordgo/go.sum
generated
vendored
10
vendor/github.com/matterbridge/discordgo/go.sum
generated
vendored
@@ -1,10 +0,0 @@
|
||||
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
|
||||
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 h1:DZhuSZLsGlFL4CmhA8BcRA0mnthyA/nZ00AqCUo7vHg=
|
||||
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
|
||||
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
|
||||
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
|
||||
golang.org/x/sys v0.0.0-20190412213103-97732733099d h1:+R4KGOnez64A81RvjARKc4UT5/tI9ujCIVX+P5KiHuI=
|
||||
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
|
||||
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
|
||||
14
vendor/github.com/matterbridge/matterclient/go.mod
generated
vendored
14
vendor/github.com/matterbridge/matterclient/go.mod
generated
vendored
@@ -1,14 +0,0 @@
|
||||
module github.com/matterbridge/matterclient
|
||||
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/hashicorp/golang-lru v0.5.4
|
||||
github.com/jpillora/backoff v1.0.0
|
||||
github.com/matterbridge/logrus-prefixed-formatter v0.5.3-0.20200523233437-d971309a77ba
|
||||
github.com/mattermost/mattermost-server/v6 v6.0.0
|
||||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
|
||||
)
|
||||
1404
vendor/github.com/matterbridge/matterclient/go.sum
generated
vendored
1404
vendor/github.com/matterbridge/matterclient/go.sum
generated
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user