summaryrefslogtreecommitdiffstats
path: root/go.sum
Commit message (Collapse)AuthorAgeFilesLines
* Update dependencies and remove old matterclient lib (#2067)HEADmasterWim2023-08-051-296/+67
|
* Remove gitter bridge (#2035)Wim2023-04-051-10/+0
| | | See https://blog.gitter.im/2023/02/13/gitter-has-fully-migrated-to-matrix/
* Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#2018)dependabot[bot]2023-03-151-2/+2
| | | | | | | | | | | | | | | Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.29.0 to 1.29.1. - [Release notes](https://github.com/protocolbuffers/protobuf-go/releases) - [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash) - [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.29.0...v1.29.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add support for Telegram topics (telegram) (#1942)Thom Dickson2023-03-141-2/+2
| | | | | | | | | | Topics are surfaced by appending /<topic-id> to the channel setting for the gateway. An example for the topic with ID of 16 would be: ``` [[gateway.inout]] account="telegram.mytelegram" channel="-100xxxxxxxxxx/16" ```
* Check client disconnect to exit for loop (api). Fixes #1983 (#2012)Wim2023-03-111-2/+2
| | | Also update to latest melody upstream
* Update dependencies (#2007)Wim2023-03-091-57/+53
| | | * Update dependencies
* Bump golang.org/x/image from 0.3.0 to 0.5.0 (#1973)dependabot[bot]2023-03-091-3/+2
| | | | | | | | | | | | | | Bumps [golang.org/x/image](https://github.com/golang/image) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/golang/image/releases) - [Commits](https://github.com/golang/image/compare/v0.3.0...v0.5.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump golang.org/x/net from 0.5.0 to 0.7.0 (#2003)dependabot[bot]2023-03-091-7/+8
| | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update dependencies (#1951)Wim2023-01-281-59/+73
|
* Update dependencies (#1929)Wim2022-11-271-62/+71
|
* Update dependencies and fix whatsmeow API changes (#1887)Wim2022-09-051-16/+16
| | | | | * Update dependencies * Fix whatsmau API changes
* Update dependencies and go1.18 (#1873)Wim2022-08-131-180/+60
| | | | | * Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
* Update dependencies (#1851)Wim2022-06-251-17/+20
|
* Update dependencies (#1841)Wim2022-06-111-81/+108
|
* Update dependencies (#1831)Wim2022-05-091-47/+28
|
* Update dependencies (#1822)Wim2022-05-021-37/+43
|
* Update dependencies (#1813)Wim2022-04-251-41/+101
|
* Update matterbridge/gomatrix. Fixes #1772 (#1803)Wim2022-04-121-2/+2
|
* Update dependencies (#1800)Wim2022-04-121-10/+12
|
* Update dependencies (#1784)Wim2022-04-011-41/+75
|
* Update lrstanley/girc dep (#1773)Wim2022-03-251-5/+5
|
* Add whatsappmulti buildflag for whatsapp with multidevice support (whatsapp)Wim2022-03-201-0/+6
|
* Update vendor (whatsapp)Wim2022-03-201-18/+25
|
* Update vendor (whatsapp)Wim2022-03-201-0/+2381
|
* Update vendor (whatsapp)Wim2022-03-201-13/+12
|
* Add dependencies/vendor (whatsapp)Wim2022-03-201-2275/+36
|
* Refactor utf-8 conversion (irc) (#1767)Wim2022-03-191-2/+0
|
* Update dependencies and vendor (#1761)Wim2022-03-121-45/+29
|
* Switch to discordgo upstream again (#1759)Wim2022-03-121-2/+3
| | | | | * Switch to upstream discordgo again * Fix discord api changes
* Bump github.com/SevereCloud/vksdk/v2 from 2.13.0 to 2.13.1 (#1730)dependabot[bot]2022-02-071-4/+4
| | | | | | | | | | | | | | | | Bumps [github.com/SevereCloud/vksdk/v2](https://github.com/SevereCloud/vksdk) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/SevereCloud/vksdk/releases) - [Commits](https://github.com/SevereCloud/vksdk/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: github.com/SevereCloud/vksdk/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use own gomatrix fork again. Fixes #1382 (#1713)Wim2022-02-061-2/+2
|
* Bump github.com/SevereCloud/vksdk/v2 from 2.11.0 to 2.13.0 (#1698)dependabot[bot]2022-01-281-3/+4
| | | | | | | | | | | | | | | | Bumps [github.com/SevereCloud/vksdk/v2](https://github.com/SevereCloud/vksdk) from 2.11.0 to 2.13.0. - [Release notes](https://github.com/SevereCloud/vksdk/releases) - [Commits](https://github.com/SevereCloud/vksdk/compare/v2.11.0...v2.13.0) --- updated-dependencies: - dependency-name: github.com/SevereCloud/vksdk/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/go-telegram-bot-api/telegram-bot-api/v5 (#1693)dependabot[bot]2022-01-261-2/+2
| | | | | | | | | | | | | | | | | Bumps [github.com/go-telegram-bot-api/telegram-bot-api/v5](https://github.com/go-telegram-bot-api/telegram-bot-api) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/go-telegram-bot-api/telegram-bot-api/releases) - [Changelog](https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/docs/changelog.md) - [Commits](https://github.com/go-telegram-bot-api/telegram-bot-api/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: github.com/go-telegram-bot-api/telegram-bot-api/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/labstack/echo/v4 from 4.6.1 to 4.6.3 (#1685)dependabot[bot]2022-01-181-4/+6
| | | | | | | | | | | | | | | | | Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.6.1 to 4.6.3. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](https://github.com/labstack/echo/compare/v4.6.1...v4.6.3) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/spf13/viper from 1.9.0 to 1.10.1 (#1684)dependabot[bot]2022-01-181-12/+51
| | | | | | | | | | | | | | | | Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/mattermost/mattermost-server/v6 from 6.1.0 to 6.3.0 (#1686)dependabot[bot]2022-01-181-70/+542
| | | | | | | | | | | | | | | | | Bumps [github.com/mattermost/mattermost-server/v6](https://github.com/mattermost/mattermost-server) from 6.1.0 to 6.3.0. - [Release notes](https://github.com/mattermost/mattermost-server/releases) - [Changelog](https://github.com/mattermost/mattermost-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattermost/mattermost-server/compare/v6.1.0...v6.3.0) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump github.com/mattermost/mattermost-server/v5 from 5.39.0 to 5.39.3 (#1682)dependabot[bot]2022-01-181-13/+6
| | | | | | | | | | | | | | | | | Bumps [github.com/mattermost/mattermost-server/v5](https://github.com/mattermost/mattermost-server) from 5.39.0 to 5.39.3. - [Release notes](https://github.com/mattermost/mattermost-server/releases) - [Changelog](https://github.com/mattermost/mattermost-server/blob/master/CHANGELOG.md) - [Commits](https://github.com/mattermost/mattermost-server/compare/v5.39.0...v5.39.3) --- updated-dependencies: - dependency-name: github.com/mattermost/mattermost-server/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add support for Harmony (#1656)Janet Blackquill2021-12-181-0/+24
| | | | | | Harmony is a relatively new (1,5yo) chat protocol with a small community. This introduces support for Harmony into Matterbridge, using the functionality specifically designed for bridge bots. The implementation is a modest 200 lines of code.
* Fix vendored xmpp (#1661)Wim2021-12-121-2/+2
|
* Update telegram-bot-api to v5 (#1660)Wim2021-12-121-4/+2
|
* Update dependencies/vendor (#1659)Wim2021-12-121-37/+308
|
* Update go-whatsapp version (#1630)snikpic2021-11-021-2/+2
|
* Update dependencies (#1628)Wim2021-10-301-8/+10
|
* Do not check cache on deleted messages (mattermost). Fixes #1555 (#1624)Wim2021-10-251-2/+2
|
* Update gozulipbot dependency (#1618)Wim2021-10-231-4/+2
|
* Update matterclient dep. Fixes #1617Wim2021-10-211-0/+2
|
* Update dependencies (#1610)Wim2021-10-171-225/+134
| | | | | * Update dependencies * Update module to go 1.17
* Update vendorWim2021-10-161-18/+336
|
* Convert .tgs with go libraries (and cgo) (telegram) (#1569)Benau2021-08-241-0/+10
| | | | | | | | | | | | | | | | This commit adds support for go/cgo tgs conversion when building with the -tags `cgo` The default binaries are still "pure" go and uses the old way of converting. * Move lottie_convert.py conversion code to its own file * Add optional libtgsconverter * Update vendor * Apply suggestions from code review * Update bridge/helper/libtgsconverter.go Co-authored-by: Wim <wim@42.be>
* Update vendor (#1560)Wim2021-07-311-17/+18
|