Skip to content

Commit f961af8

Browse files
Bump maunium.net/go/mautrix from 0.12.0 to 0.25.1 (#709)
* Bump maunium.net/go/mautrix from 0.12.0 to 0.25.1 Bumps [maunium.net/go/mautrix](https://github.com/mautrix/go) from 0.12.0 to 0.25.1. - [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.25.1) --- updated-dependencies: - dependency-name: maunium.net/go/mautrix dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix matrix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com>
1 parent 1a7f080 commit f961af8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+218
-192
lines changed

go.mod

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ module github.com/wabarc/wayback
22

33
// +heroku goVersion go1.23
44

5-
go 1.23.0
6-
7-
toolchain go1.23.5
5+
go 1.24.0
86

97
require (
108
github.com/PuerkitoBio/goquery v1.9.0
@@ -34,7 +32,7 @@ require (
3432
github.com/pkg/errors v0.9.1
3533
github.com/prometheus/client_golang v1.19.1
3634
github.com/prometheus/common v0.48.0
37-
github.com/rs/xid v1.4.0
35+
github.com/rs/xid v1.6.0
3836
github.com/slack-go/slack v0.11.2
3937
github.com/spf13/cobra v1.6.1
4038
github.com/wabarc/archive.is v1.4.0
@@ -52,17 +50,18 @@ require (
5250
github.com/wabarc/telegra.ph v0.0.0-20230318134541-a0922e1ace3a
5351
github.com/wabarc/warcraft v0.3.1-0.20230308125707-3daa5592ba52
5452
go.etcd.io/bbolt v1.3.6
55-
golang.org/x/net v0.39.0
56-
golang.org/x/sync v0.13.0
53+
golang.org/x/net v0.44.0
54+
golang.org/x/sync v0.17.0
5755
gopkg.in/irc.v4 v4.0.0
5856
gopkg.in/telebot.v3 v3.0.0-20220130115853-f0291132d3c3
59-
maunium.net/go/mautrix v0.12.0
57+
maunium.net/go/mautrix v0.25.1
6058
mellium.im/sasl v0.3.1
6159
mellium.im/xmlstream v0.15.4
6260
mellium.im/xmpp v0.21.4
6361
)
6462

6563
require (
64+
filippo.io/edwards25519 v1.1.0 // indirect
6665
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403 // indirect
6766
github.com/SaveTheRbtz/generic-sync-map-go v0.0.0-20230201052002-6c5833b989be // indirect
6867
github.com/VividCortex/ewma v1.2.0 // indirect
@@ -92,13 +91,12 @@ require (
9291
github.com/fortytw2/leaktest v1.3.0 // indirect
9392
github.com/go-shiori/dom v0.0.0-20210627111528-4e4722cd0d65 // indirect
9493
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
95-
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
9694
github.com/gobwas/httphead v0.1.0 // indirect
9795
github.com/gobwas/pool v0.2.1 // indirect
9896
github.com/gobwas/ws v1.3.2 // indirect
9997
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
98+
github.com/google/go-cmp v0.7.0 // indirect
10099
github.com/google/go-querystring v1.1.0 // indirect
101-
github.com/google/pprof v0.0.0-20250418163039-24c5476c6587 // indirect
102100
github.com/iawia002/lia v0.0.0-20221116085912-1f653221be4b // indirect
103101
github.com/inconshreveable/mousetrap v1.0.1 // indirect
104102
github.com/ipfs/boxo v0.8.1 // indirect
@@ -119,7 +117,7 @@ require (
119117
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
120118
github.com/libp2p/go-libp2p v0.32.2 // indirect
121119
github.com/mailru/easyjson v0.7.7 // indirect
122-
github.com/mattn/go-colorable v0.1.13 // indirect
120+
github.com/mattn/go-colorable v0.1.14 // indirect
123121
github.com/mattn/go-isatty v0.0.20 // indirect
124122
github.com/mattn/go-runewidth v0.0.14 // indirect
125123
github.com/minio/sha256-simd v1.0.1 // indirect
@@ -136,38 +134,36 @@ require (
136134
github.com/multiformats/go-multistream v0.5.0 // indirect
137135
github.com/multiformats/go-varint v0.0.7 // indirect
138136
github.com/oliamb/cutter v0.2.2 // indirect
139-
github.com/onsi/ginkgo/v2 v2.23.4 // indirect
140-
github.com/onsi/gomega v1.36.3 // indirect
141137
github.com/prometheus/client_model v0.5.0 // indirect
142138
github.com/prometheus/procfs v0.12.0 // indirect
143139
github.com/quic-go/quic-go v0.51.0 // indirect
144140
github.com/refraction-networking/utls v1.6.3 // indirect
145141
github.com/rivo/uniseg v0.4.3 // indirect
146142
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f // indirect
147143
github.com/rogpeppe/go-internal v1.10.0 // indirect
144+
github.com/rs/zerolog v1.34.0 // indirect
148145
github.com/sirupsen/logrus v1.9.0 // indirect
149146
github.com/spaolacci/murmur3 v1.1.0 // indirect
150147
github.com/spf13/pflag v1.0.5 // indirect
151148
github.com/tdewolff/parse/v2 v2.6.5 // indirect
152-
github.com/tidwall/gjson v1.14.1 // indirect
149+
github.com/tidwall/gjson v1.18.0 // indirect
153150
github.com/tidwall/match v1.1.1 // indirect
154-
github.com/tidwall/pretty v1.2.0 // indirect
155-
github.com/tidwall/sjson v1.2.4 // indirect
151+
github.com/tidwall/pretty v1.2.1 // indirect
152+
github.com/tidwall/sjson v1.2.5 // indirect
156153
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
157154
github.com/wabarc/memento v0.0.0-20221023035729-e42d0fe1cefb // indirect
158155
github.com/whyrusleeping/tar-utils v0.0.0-20201201191210-20a61371de5b // indirect
159156
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
160157
github.com/ybbus/httpretry v1.0.2 // indirect
161-
go.uber.org/automaxprocs v1.6.0 // indirect
162-
go.uber.org/mock v0.5.1 // indirect
163-
golang.org/x/crypto v0.37.0 // indirect
164-
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
165-
golang.org/x/mod v0.24.0 // indirect
166-
golang.org/x/sys v0.32.0 // indirect
167-
golang.org/x/text v0.24.0 // indirect
158+
go.mau.fi/util v0.9.1 // indirect
159+
golang.org/x/crypto v0.42.0 // indirect
160+
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
161+
golang.org/x/mod v0.28.0 // indirect
162+
golang.org/x/sys v0.36.0 // indirect
163+
golang.org/x/text v0.29.0 // indirect
168164
golang.org/x/time v0.5.0 // indirect
169-
golang.org/x/tools v0.32.0 // indirect
170-
google.golang.org/protobuf v1.36.5 // indirect
165+
golang.org/x/tools v0.37.0 // indirect
166+
google.golang.org/protobuf v1.36.9 // indirect
171167
gopkg.in/sourcemap.v1 v1.0.5 // indirect
172168
gopkg.in/yaml.v2 v2.4.0 // indirect
173169
lukechampine.com/blake3 v1.2.1 // indirect

0 commit comments

Comments
 (0)