go mod update
This commit is contained in:
parent
52e75e3a87
commit
f8714be406
2 changed files with 14 additions and 17 deletions
|
|
@ -2,7 +2,7 @@ module mxclientlib
|
|||
|
||||
go 1.24.0
|
||||
|
||||
require maunium.net/go/mautrix v0.26.1
|
||||
require maunium.net/go/mautrix v0.26.2
|
||||
|
||||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
|
|
@ -13,7 +13,7 @@ require (
|
|||
github.com/tidwall/match v1.2.0 // indirect
|
||||
github.com/tidwall/pretty v1.2.1 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
go.mau.fi/util v0.9.4 // indirect
|
||||
go.mau.fi/util v0.9.5 // indirect
|
||||
golang.org/x/crypto v0.47.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect
|
||||
golang.org/x/net v0.49.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue