forked from lug/matterbridge
Update vendor, move to labstack/echo/v4 Fixes #698
This commit is contained in:
3
vendor/github.com/nlopes/slack/slack.go
generated
vendored
3
vendor/github.com/nlopes/slack/slack.go
generated
vendored
@@ -9,7 +9,7 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// APIURL a dded as a var so that we can change this for testing purposes
|
||||
// APIURL added as a var so that we can change this for testing purposes
|
||||
var APIURL = "https://slack.com/api/"
|
||||
|
||||
// WEBAPIURLFormat ...
|
||||
@@ -50,7 +50,6 @@ type authTestResponseFull struct {
|
||||
// Client for the slack api.
|
||||
type Client struct {
|
||||
token string
|
||||
info Info
|
||||
debug bool
|
||||
log ilogger
|
||||
httpclient httpClient
|
||||
|
||||
Reference in New Issue
Block a user