diff options
author | Wim <wim@42.be> | 2022-03-25 22:01:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 22:01:02 +0100 |
commit | 5f75f9886d4458c5b08ae7f98a20f85415c3d706 (patch) | |
tree | 46c2bcc08ce6f9cb9ef0e1a7279ef534938c8700 /go.mod | |
parent | 5d9604cd15513dce2244f0a4d2f8e67a6ee22455 (diff) | |
download | matterbridge-msglm-5f75f9886d4458c5b08ae7f98a20f85415c3d706.tar.gz matterbridge-msglm-5f75f9886d4458c5b08ae7f98a20f85415c3d706.tar.bz2 matterbridge-msglm-5f75f9886d4458c5b08ae7f98a20f85415c3d706.zip |
Update lrstanley/girc dep (#1773)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ require ( github.com/keybase/go-keybase-chat-bot v0.0.0-20211201215354-ee4b23828b55 github.com/kyokomi/emoji/v2 v2.2.9 github.com/labstack/echo/v4 v4.7.0 - github.com/lrstanley/girc v0.0.0-20211023233735-147f0ff77566 + github.com/lrstanley/girc v0.0.0-20220321215535-9664730c7858 github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20211016222428-79310a412696 github.com/matterbridge/go-xmpp v0.0.0-20211030125215-791a06c5f1be github.com/matterbridge/gomatrix v0.0.0-20220205235239-607eb9ee6419 |