-
- Downloads
mautrix v0.23.2
... | ... | @@ -7,23 +7,24 @@ toolchain go1.23.5 |
require ( | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 | ||
github.com/rs/zerolog v1.33.0 | ||
go.mau.fi/util v0.8.5 | ||
maunium.net/go/mautrix v0.23.1 | ||
go.mau.fi/util v0.8.6 | ||
maunium.net/go/mautrix v0.23.2 | ||
) | ||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.24 // indirect | ||
github.com/petermattis/goid v0.0.0-20250303134427-723919f7f203 // indirect | ||
github.com/tidwall/gjson v1.18.0 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/tidwall/sjson v1.2.5 // indirect | ||
github.com/yuin/goldmark v1.7.8 // indirect | ||
golang.org/x/crypto v0.35.0 // indirect | ||
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect | ||
golang.org/x/net v0.35.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
golang.org/x/crypto v0.36.0 // indirect | ||
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect | ||
golang.org/x/net v0.37.0 // indirect | ||
golang.org/x/sys v0.31.0 // indirect | ||
golang.org/x/text v0.23.0 // indirect | ||
) |
Please register or sign in to comment