Skip to content

Commit b59aa1f

Browse files
deps: Bump discordgo, whatsmeow and others
1 parent 0c6c021 commit b59aa1f

3 files changed

Lines changed: 101 additions & 122 deletions

File tree

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@
7171

7272
## Upstream
7373

74-
- xmpp: go-xmpp updated to xmppo/go-xmpp v0.3.1
75-
- whatsappmulti: whatsmeow updated to v20251116104239 ([#13](https://github.com/matterbridge-org/matterbridge/pull/13), thanks @alvindimas05)
74+
- discord: discordgo updated to v0.29.0
75+
- xmpp: go-xmpp updated to xmppo/go-xmpp v0.3.2
76+
- whatsappmulti: whatsmeow updated to commit 7b33f62 (2026-02-11)
7677

7778
## Minor changes
7879

go.mod

Lines changed: 26 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ module github.com/matterbridge-org/matterbridge
33
require (
44
github.com/Benau/tgsconverter v0.0.0-20210809170556-99f4a4f6337f
55
github.com/SevereCloud/vksdk/v2 v2.17.0
6-
github.com/bwmarrin/discordgo v0.28.1
6+
github.com/bwmarrin/discordgo v0.29.0
77
github.com/d5/tengo/v2 v2.17.0
88
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
9-
github.com/fsnotify/fsnotify v1.7.0
9+
github.com/fsnotify/fsnotify v1.9.0
1010
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
11-
github.com/google/gops v0.3.27
11+
github.com/google/gops v0.3.29
1212
github.com/gorilla/schema v1.4.1
1313
github.com/hashicorp/golang-lru v1.0.2
1414
github.com/jpillora/backoff v1.0.0
1515
github.com/kyokomi/emoji/v2 v2.2.13
16-
github.com/labstack/echo/v4 v4.12.0
16+
github.com/labstack/echo/v4 v4.15.1
1717
github.com/lrstanley/girc v1.1.1
1818
github.com/matterbridge/Rocket.Chat.Go.SDK v0.0.0-20211016222428-79310a412696
1919
github.com/matterbridge/gozulipbot v0.0.0-20211023205727-a19d6c1f3b75
@@ -26,30 +26,30 @@ require (
2626
github.com/mdp/qrterminal v1.0.1
2727
github.com/mitchellh/mapstructure v1.5.0
2828
github.com/nelsonken/gomf v0.0.0-20190423072027-c65cc0469e94
29-
github.com/olahol/melody v1.2.1
29+
github.com/olahol/melody v1.4.0
3030
github.com/paulrosania/go-charset v0.0.0-20190326053356-55c9d7a5834c
3131
github.com/rs/xid v1.6.0
3232
github.com/russross/blackfriday v1.6.0
3333
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
3434
github.com/shazow/ssh-chat v1.10.1
35-
github.com/sirupsen/logrus v1.9.3
35+
github.com/sirupsen/logrus v1.9.4
3636
github.com/slack-go/slack v0.17.3
37-
github.com/spf13/viper v1.19.0
37+
github.com/spf13/viper v1.21.0
3838
github.com/stretchr/testify v1.11.1
3939
github.com/vincent-petithory/dataurl v1.0.0
4040
github.com/writeas/go-strip-markdown v2.0.1+incompatible
4141
github.com/xmppo/go-xmpp v0.3.2
4242
github.com/yaegashi/msgraph.go v0.1.4
4343
github.com/zfjagann/golang-ring v0.0.0-20220330170733-19bcea1b6289
44-
go.mau.fi/whatsmeow v0.0.0-20260123132415-83db04703aee
45-
golang.org/x/image v0.19.0
46-
golang.org/x/oauth2 v0.22.0
47-
golang.org/x/text v0.33.0
44+
go.mau.fi/whatsmeow v0.0.0-20260211193157-7b33f6289f98
45+
golang.org/x/image v0.36.0
46+
golang.org/x/oauth2 v0.35.0
47+
golang.org/x/text v0.34.0
4848
gomod.garykim.dev/nc-talk v0.3.0
4949
google.golang.org/protobuf v1.36.11
5050
layeh.com/gumble v0.0.0-20221205141517-d1df60a3cc14
51-
maunium.net/go/mautrix v0.26.1
52-
modernc.org/sqlite v1.32.0
51+
maunium.net/go/mautrix v0.26.2
52+
modernc.org/sqlite v1.46.1
5353
)
5454

5555
require (
@@ -67,7 +67,7 @@ require (
6767
github.com/fatih/color v1.17.0 // indirect
6868
github.com/francoispqt/gojay v1.2.13 // indirect
6969
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
70-
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
70+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
7171
github.com/golang/protobuf v1.5.4 // indirect
7272
github.com/google/uuid v1.6.0 // indirect
7373
github.com/gopackage/ddp v0.0.3 // indirect
@@ -76,13 +76,10 @@ require (
7676
github.com/hashicorp/go-hclog v1.6.3 // indirect
7777
github.com/hashicorp/go-multierror v1.1.1 // indirect
7878
github.com/hashicorp/go-plugin v1.6.1 // indirect
79-
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
80-
github.com/hashicorp/hcl v1.0.0 // indirect
8179
github.com/hashicorp/yamux v0.1.1 // indirect
8280
github.com/kettek/apng v0.0.0-20191108220231-414630eed80f // indirect
8381
github.com/klauspost/compress v1.17.9 // indirect
8482
github.com/labstack/gommon v0.4.2 // indirect
85-
github.com/magiconair/properties v1.8.7 // indirect
8683
github.com/mattermost/go-i18n v1.11.1-0.20211013152124-5c415071e404 // indirect
8784
github.com/mattermost/ldap v0.0.0-20231116144001-0f480c025956 // indirect
8885
github.com/mattermost/logr/v2 v2.0.21 // indirect
@@ -93,12 +90,12 @@ require (
9390
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
9491
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
9592
github.com/monaco-io/request v1.0.5 // indirect
96-
github.com/ncruces/go-strftime v0.1.9 // indirect
93+
github.com/ncruces/go-strftime v1.0.0 // indirect
9794
github.com/nxadm/tail v1.4.11 // indirect
9895
github.com/oklog/run v1.1.0 // indirect
9996
github.com/pborman/uuid v1.2.1 // indirect
10097
github.com/pelletier/go-toml v1.9.5 // indirect
101-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
98+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
10299
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 // indirect
103100
github.com/philhofer/fwd v1.1.3-0.20240612014219-fbbf4953d986 // indirect
104101
github.com/pkg/errors v0.9.1 // indirect
@@ -108,14 +105,13 @@ require (
108105
github.com/rickb777/plural v1.2.0 // indirect
109106
github.com/rivo/uniseg v0.4.7 // indirect
110107
github.com/rs/zerolog v1.34.0 // indirect
111-
github.com/sagikazarmark/locafero v0.4.0 // indirect
112-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
108+
github.com/sagikazarmark/locafero v0.11.0 // indirect
113109
github.com/shazow/rateio v0.0.0-20200113175441-4461efc8bdc4 // indirect
114110
github.com/sizeofint/webpanimation v0.0.0-20210809145948-1d2b32119882 // indirect
115-
github.com/sourcegraph/conc v0.3.0 // indirect
116-
github.com/spf13/afero v1.11.0 // indirect
117-
github.com/spf13/cast v1.6.0 // indirect
118-
github.com/spf13/pflag v1.0.5 // indirect
111+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
112+
github.com/spf13/afero v1.15.0 // indirect
113+
github.com/spf13/cast v1.10.0 // indirect
114+
github.com/spf13/pflag v1.0.10 // indirect
119115
github.com/subosito/gotenv v1.6.0 // indirect
120116
github.com/tidwall/gjson v1.18.0 // indirect
121117
github.com/tidwall/match v1.1.1 // indirect
@@ -132,25 +128,21 @@ require (
132128
github.com/wiggin77/srslog v1.0.1 // indirect
133129
go.mau.fi/libsignal v0.2.1 // indirect
134130
go.mau.fi/util v0.9.5 // indirect
135-
go.uber.org/multierr v1.11.0 // indirect
131+
go.yaml.in/yaml/v3 v3.0.4 // indirect
136132
golang.org/x/crypto v0.47.0 // indirect
137133
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
138134
golang.org/x/net v0.49.0 // indirect
139135
golang.org/x/sys v0.40.0 // indirect
140136
golang.org/x/term v0.39.0 // indirect
141-
golang.org/x/time v0.5.0 // indirect
137+
golang.org/x/time v0.14.0 // indirect
142138
google.golang.org/genproto/googleapis/rpc v0.0.0-20240722135656-d784300faade // indirect
143139
google.golang.org/grpc v1.65.0 // indirect
144-
gopkg.in/ini.v1 v1.67.0 // indirect
145140
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
146141
gopkg.in/yaml.v2 v2.4.0 // indirect
147142
gopkg.in/yaml.v3 v3.0.1 // indirect
148-
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
149-
modernc.org/libc v1.55.3 // indirect
150-
modernc.org/mathutil v1.6.0 // indirect
151-
modernc.org/memory v1.8.0 // indirect
152-
modernc.org/strutil v1.2.0 // indirect
153-
modernc.org/token v1.1.0 // indirect
143+
modernc.org/libc v1.67.6 // indirect
144+
modernc.org/mathutil v1.7.1 // indirect
145+
modernc.org/memory v1.11.0 // indirect
154146
rsc.io/qr v0.2.0 // indirect
155147
)
156148

0 commit comments

Comments
 (0)