Initial version of matrix logging bot.
This commit is contained in:
parent
b9016d8db5
commit
fd49577ef8
4 changed files with 351 additions and 0 deletions
23
2024/10/matrix_simpl_logging_bot/go.mod
Normal file
23
2024/10/matrix_simpl_logging_bot/go.mod
Normal file
|
@ -0,0 +1,23 @@
|
|||
module matrix_demo1
|
||||
|
||||
go 1.22.0
|
||||
|
||||
require (
|
||||
github.com/rs/zerolog v1.33.0
|
||||
go.mau.fi/util v0.8.1
|
||||
maunium.net/go/mautrix v0.21.1
|
||||
)
|
||||
|
||||
require (
|
||||
filippo.io/edwards25519 v1.1.0 // indirect
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
||||
github.com/tidwall/gjson v1.18.0 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
github.com/tidwall/sjson v1.2.5 // indirect
|
||||
golang.org/x/crypto v0.28.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
||||
golang.org/x/net v0.30.0 // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue