Skip to content

Commit 4f1d7c4

Browse files
Bump maunium.net/go/mautrix from 0.12.0 to 0.23.2
Bumps [maunium.net/go/mautrix](https://github.com/mautrix/go) from 0.12.0 to 0.23.2. - [Release notes](https://github.com/mautrix/go/releases) - [Changelog](https://github.com/mautrix/go/blob/main/CHANGELOG.md) - [Commits](mautrix/go@v0.12.0...v0.23.2) --- updated-dependencies: - dependency-name: maunium.net/go/mautrix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80775ef commit 4f1d7c4

File tree

2 files changed

+63
-46
lines changed

2 files changed

+63
-46
lines changed

go.mod

+19-15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/wabarc/wayback
33
// +heroku goVersion go1.21
44

55
go 1.21
6+
toolchain go1.24.1
67

78
require (
89
github.com/PuerkitoBio/goquery v1.9.0
@@ -32,7 +33,7 @@ require (
3233
github.com/pkg/errors v0.9.1
3334
github.com/prometheus/client_golang v1.19.1
3435
github.com/prometheus/common v0.48.0
35-
github.com/rs/xid v1.4.0
36+
github.com/rs/xid v1.6.0
3637
github.com/slack-go/slack v0.11.2
3738
github.com/spf13/cobra v1.6.1
3839
github.com/wabarc/archive.is v1.4.0
@@ -50,17 +51,18 @@ require (
5051
github.com/wabarc/telegra.ph v0.0.0-20230318134541-a0922e1ace3a
5152
github.com/wabarc/warcraft v0.3.1-0.20230308125707-3daa5592ba52
5253
go.etcd.io/bbolt v1.3.6
53-
golang.org/x/net v0.28.0
54-
golang.org/x/sync v0.8.0
54+
golang.org/x/net v0.37.0
55+
golang.org/x/sync v0.12.0
5556
gopkg.in/irc.v4 v4.0.0
5657
gopkg.in/telebot.v3 v3.0.0-20220130115853-f0291132d3c3
57-
maunium.net/go/mautrix v0.12.0
58+
maunium.net/go/mautrix v0.23.2
5859
mellium.im/sasl v0.3.1
5960
mellium.im/xmlstream v0.15.4
6061
mellium.im/xmpp v0.21.4
6162
)
6263

6364
require (
65+
filippo.io/edwards25519 v1.1.0 // indirect
6466
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403 // indirect
6567
github.com/SaveTheRbtz/generic-sync-map-go v0.0.0-20230201052002-6c5833b989be // indirect
6668
github.com/VividCortex/ewma v1.2.0 // indirect
@@ -116,7 +118,7 @@ require (
116118
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
117119
github.com/libp2p/go-libp2p v0.32.2 // indirect
118120
github.com/mailru/easyjson v0.7.7 // indirect
119-
github.com/mattn/go-colorable v0.1.13 // indirect
121+
github.com/mattn/go-colorable v0.1.14 // indirect
120122
github.com/mattn/go-isatty v0.0.20 // indirect
121123
github.com/mattn/go-runewidth v0.0.14 // indirect
122124
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -142,27 +144,29 @@ require (
142144
github.com/rivo/uniseg v0.4.3 // indirect
143145
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f // indirect
144146
github.com/rogpeppe/go-internal v1.10.0 // indirect
147+
github.com/rs/zerolog v1.33.0 // indirect
145148
github.com/sirupsen/logrus v1.9.0 // indirect
146149
github.com/spaolacci/murmur3 v1.1.0 // indirect
147150
github.com/spf13/pflag v1.0.5 // indirect
148151
github.com/tdewolff/parse/v2 v2.6.5 // indirect
149-
github.com/tidwall/gjson v1.14.1 // indirect
152+
github.com/tidwall/gjson v1.18.0 // indirect
150153
github.com/tidwall/match v1.1.1 // indirect
151-
github.com/tidwall/pretty v1.2.0 // indirect
152-
github.com/tidwall/sjson v1.2.4 // indirect
154+
github.com/tidwall/pretty v1.2.1 // indirect
155+
github.com/tidwall/sjson v1.2.5 // indirect
153156
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
154157
github.com/wabarc/memento v0.0.0-20221023035729-e42d0fe1cefb // indirect
155158
github.com/whyrusleeping/tar-utils v0.0.0-20201201191210-20a61371de5b // indirect
156159
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
157160
github.com/ybbus/httpretry v1.0.2 // indirect
158-
golang.org/x/crypto v0.26.0 // indirect
159-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
160-
golang.org/x/mod v0.18.0 // indirect
161-
golang.org/x/sys v0.24.0 // indirect
162-
golang.org/x/text v0.17.0 // indirect
161+
go.mau.fi/util v0.8.6 // indirect
162+
golang.org/x/crypto v0.36.0 // indirect
163+
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
164+
golang.org/x/mod v0.24.0 // indirect
165+
golang.org/x/sys v0.31.0 // indirect
166+
golang.org/x/text v0.23.0 // indirect
163167
golang.org/x/time v0.5.0 // indirect
164-
golang.org/x/tools v0.22.0 // indirect
165-
google.golang.org/protobuf v1.34.2 // indirect
168+
golang.org/x/tools v0.31.0 // indirect
169+
google.golang.org/protobuf v1.36.5 // indirect
166170
gopkg.in/sourcemap.v1 v1.0.5 // indirect
167171
gopkg.in/yaml.v2 v2.4.0 // indirect
168172
lukechampine.com/blake3 v1.2.1 // indirect

0 commit comments

Comments
 (0)