From fb5a84212c491332504fcdd4b5f4a4b97705d2e3 Mon Sep 17 00:00:00 2001 From: Wim Date: Wed, 16 Jun 2021 21:00:49 +0200 Subject: Update dependencies (#1521) --- go.mod | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f88f156d..0799bed2 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/Jeffail/gabs v1.4.0 // indirect github.com/Philipp15b/go-steam v1.0.1-0.20200727090957-6ae9b3c0a560 github.com/Rhymen/go-whatsapp v0.1.2-0.20210615184944-2b8a3e9b8aa2 - github.com/SevereCloud/vksdk/v2 v2.9.2 + github.com/SevereCloud/vksdk/v2 v2.10.0 github.com/d5/tengo/v2 v2.7.0 github.com/davecgh/go-spew v1.1.1 github.com/fsnotify/fsnotify v1.4.9 @@ -21,7 +21,7 @@ require ( github.com/keybase/go-keybase-chat-bot v0.0.0-20200505163032-5cacf52379da github.com/kyokomi/emoji/v2 v2.2.8 github.com/labstack/echo/v4 v4.3.0 - github.com/lrstanley/girc v0.0.0-20190801035559-4fc93959e1a7 + github.com/lrstanley/girc v0.0.0-20210611213246-771323f1624b github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20210403163225-761e8622445d github.com/matterbridge/discordgo v0.21.2-0.20210201201054-fb39a175b4f7 @@ -41,19 +41,17 @@ require ( github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca github.com/shazow/ssh-chat v1.10.1 github.com/sirupsen/logrus v1.8.1 - github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9 // indirect + github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect github.com/slack-go/slack v0.9.1 - github.com/spf13/afero v1.3.4 // indirect - github.com/spf13/cast v1.3.1 // indirect - github.com/spf13/viper v1.7.1 + github.com/spf13/viper v1.8.0 github.com/stretchr/testify v1.7.0 github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50 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.4 github.com/zfjagann/golang-ring v0.0.0-20210116075443-7c86fdb43134 - golang.org/x/image v0.0.0-20210504121937-7319ad40d33e - golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c + golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9 + golang.org/x/oauth2 v0.0.0-20210615190721-d04028783cf1 gomod.garykim.dev/nc-talk v0.2.2 gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376 layeh.com/gumble v0.0.0-20200818122324-146f9205029b -- cgit v1.2.3