diff options
author | Wim <wim@42.be> | 2020-04-18 20:58:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-18 20:58:55 +0200 |
commit | 8a87a71927d8560ccd993a986be4e7eb34ad46da (patch) | |
tree | 52ca770695db4b0f220d31b17a1835b58929d94d /go.mod | |
parent | 0047e6f52370d4581c53276e67828b075091ead8 (diff) | |
download | matterbridge-msglm-8a87a71927d8560ccd993a986be4e7eb34ad46da.tar.gz matterbridge-msglm-8a87a71927d8560ccd993a986be4e7eb34ad46da.tar.bz2 matterbridge-msglm-8a87a71927d8560ccd993a986be4e7eb34ad46da.zip |
Update matterbridge/go-xmpp to add PEP-0030 support (#1095)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ require ( github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20200411204219-d5c18ce75048 github.com/matterbridge/discordgo v0.18.1-0.20200308151012-aa40f01cbcc3 github.com/matterbridge/emoji v2.1.1-0.20191117213217-af507f6b02db+incompatible - github.com/matterbridge/go-xmpp v0.0.0-20200329150250-5812999b292b + github.com/matterbridge/go-xmpp v0.0.0-20200418162626-e69b0b8696ef github.com/matterbridge/gomatrix v0.0.0-20200209224845-c2104d7936a6 github.com/matterbridge/gozulipbot v0.0.0-20190212232658-7aa251978a18 github.com/matterbridge/logrus-prefixed-formatter v0.0.0-20180806162718-01618749af61 |