diff options
author | Wim <wim@42.be> | 2020-05-24 00:06:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 00:06:21 +0200 |
commit | 393f9e998b1b40aa59d3fb8794c3a73da38c3fb7 (patch) | |
tree | 2bc9b6e6abdbdc6d811b155997597bdae62bc7db /go.mod | |
parent | ba0bfe70a8f07164e1341f4b094841acdad5c3a2 (diff) | |
download | matterbridge-msglm-393f9e998b1b40aa59d3fb8794c3a73da38c3fb7.tar.gz matterbridge-msglm-393f9e998b1b40aa59d3fb8794c3a73da38c3fb7.tar.bz2 matterbridge-msglm-393f9e998b1b40aa59d3fb8794c3a73da38c3fb7.zip |
Update dependencies / vendor (#1146)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 30 |
1 files changed, 14 insertions, 16 deletions
@@ -6,20 +6,19 @@ require ( github.com/Jeffail/gabs v1.1.1 // indirect github.com/Philipp15b/go-steam v1.0.1-0.20190816133340-b04c5a83c1c0 github.com/Rhymen/go-whatsapp v0.1.1-0.20200421062035-31e8111ac334 - github.com/d5/tengo/v2 v2.1.2 - github.com/dfordsoft/golib v0.0.0-20180902042739-76ee6ab99bec - github.com/fsnotify/fsnotify v1.4.7 + github.com/d5/tengo/v2 v2.4.2 + github.com/fsnotify/fsnotify v1.4.9 github.com/go-telegram-bot-api/telegram-bot-api v4.6.5-0.20181225215658-ec221ba9ea45+incompatible github.com/gomarkdown/markdown v0.0.0-20200127000047-1813ea067497 github.com/google/gops v0.3.6 github.com/gopackage/ddp v0.0.0-20170117053602-652027933df4 // indirect github.com/gorilla/schema v1.1.0 - github.com/gorilla/websocket v1.4.1 - github.com/hashicorp/golang-lru v0.5.3 + github.com/gorilla/websocket v1.4.2 + github.com/hashicorp/golang-lru v0.5.4 github.com/hpcloud/tail v1.0.0 // indirect github.com/jpillora/backoff v1.0.0 - github.com/keybase/go-keybase-chat-bot v0.0.0-20200226211841-4e48f3eaef3e - github.com/labstack/echo/v4 v4.1.13 + github.com/keybase/go-keybase-chat-bot v0.0.0-20200505163032-5cacf52379da + github.com/labstack/echo/v4 v4.1.16 github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7 github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20200411204219-d5c18ce75048 github.com/matterbridge/discordgo v0.18.1-0.20200308151012-aa40f01cbcc3 @@ -29,9 +28,9 @@ require ( github.com/matterbridge/gozulipbot v0.0.0-20190212232658-7aa251978a18 github.com/matterbridge/logrus-prefixed-formatter v0.0.0-20180806162718-01618749af61 github.com/mattermost/mattermost-server v5.5.0+incompatible - github.com/mattn/go-runewidth v0.0.7 // indirect - github.com/mattn/godown v0.0.0-20180312012330-2e9e17e0ea51 + github.com/mattn/godown v0.0.0-20200217152941-afc959f6a561 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect + github.com/missdeer/golib v1.0.3 github.com/mreiferson/go-httpclient v0.0.0-20160630210159-31f0106b4474 // indirect github.com/mrexodia/wray v0.0.0-20160318003008-78a2c1f284ff // indirect github.com/nelsonken/gomf v0.0.0-20180504123937-a9dd2f9deae9 @@ -44,20 +43,19 @@ require ( github.com/russross/blackfriday v1.5.2 github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca github.com/shazow/ssh-chat v1.8.3-0.20200308224626-80ddf1f43a98 - github.com/sirupsen/logrus v1.4.2 - github.com/slack-go/slack v0.6.3 - github.com/spf13/viper v1.6.1 - github.com/stretchr/testify v1.4.0 + github.com/sirupsen/logrus v1.6.0 + github.com/slack-go/slack v0.6.4 + github.com/spf13/viper v1.7.0 + github.com/stretchr/testify v1.5.1 github.com/technoweenie/multipartstreamer v1.0.1 // indirect github.com/writeas/go-strip-markdown v2.0.1+incompatible github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect github.com/yaegashi/msgraph.go v0.1.2 - github.com/zfjagann/golang-ring v0.0.0-20190106091943-a88bb6aef447 - golang.org/x/image v0.0.0-20191214001246-9130b4cfad52 + github.com/zfjagann/golang-ring v0.0.0-20190304061218-d34796e0a6c2 + golang.org/x/image v0.0.0-20200430140353-33d19683fad8 golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect - github.com/writeas/go-strip-markdown v2.0.1+incompatible gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect ) |