dependencies: update mautrix-go

This commit is contained in:
Tulir Asokan 2024-08-09 23:43:15 +03:00
parent 6106265787
commit 5d19a74fb0
3 changed files with 7 additions and 7 deletions

View file

@ -22,9 +22,9 @@
* [x] Topic
* [ ] Membership actions
* [ ] Join (accepting invites)
* [ ] Invite
* [ ] Leave
* [ ] Kick/Ban/Unban
* [x] Invite
* [x] Leave
* [x] Kick/Ban/Unban
* [x] Group permissions
* [x] Typing notifications
* [x] Read receipts
@ -70,5 +70,5 @@
* [x] When receiving message
* [x] Linking as secondary device
* [ ] Registering as primary device
* [ ] Private chat/group creation by inviting Matrix puppet of Signal user to new room
* [x] Private chat/group creation by inviting Matrix puppet of Signal user to new room
* [x] Option to use own Matrix account for messages sent from other Signal clients

2
go.mod
View file

@ -15,7 +15,7 @@ require (
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.27.0
google.golang.org/protobuf v1.34.2
maunium.net/go/mautrix v0.19.1-0.20240809135320-eb84187368b7
maunium.net/go/mautrix v0.19.1-0.20240809204656-49b1f240edfe
nhooyr.io/websocket v1.8.11
)

4
go.sum
View file

@ -88,7 +88,7 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
maunium.net/go/mauflag v1.0.0 h1:YiaRc0tEI3toYtJMRIfjP+jklH45uDHtT80nUamyD4M=
maunium.net/go/mauflag v1.0.0/go.mod h1:nLivPOpTpHnpzEh8jEdSL9UqO9+/KBJFmNRlwKfkPeA=
maunium.net/go/mautrix v0.19.1-0.20240809135320-eb84187368b7 h1:xAq4d1rW/5WN7szBtxHNY/63EPNdji+h7FXlLGBUfJU=
maunium.net/go/mautrix v0.19.1-0.20240809135320-eb84187368b7/go.mod h1:ZWyxoQxRTBxzWIMs0kQCVogZIY0clTu33h102veCT/Q=
maunium.net/go/mautrix v0.19.1-0.20240809204656-49b1f240edfe h1:tM92VT4DcjnzqHCPFnEj6xwYJ2r2cj9zc6c1mXcSXPk=
maunium.net/go/mautrix v0.19.1-0.20240809204656-49b1f240edfe/go.mod h1:ZWyxoQxRTBxzWIMs0kQCVogZIY0clTu33h102veCT/Q=
nhooyr.io/websocket v1.8.11 h1:f/qXNc2/3DpoSZkHt1DQu6rj4zGC8JmkkLkWss0MgN0=
nhooyr.io/websocket v1.8.11/go.mod h1:rN9OFWIUwuxg4fR5tELlYC04bXYowCP9GX47ivo2l+c=