mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 22:35:52 +01:00
Some checks failed
Includes transparent migration from deprecated MSC fields still used in Synapse to later revision.
42 lines
1.3 KiB
Modula-2
42 lines
1.3 KiB
Modula-2
module maunium.net/go/mautrix
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.25.1
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/coder/websocket v1.8.14
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mattn/go-sqlite3 v1.14.32
|
|
github.com/rs/xid v1.6.0
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/tidwall/sjson v1.2.5
|
|
github.com/yuin/goldmark v1.7.13
|
|
go.mau.fi/util v0.9.2-0.20251014102252-c9ee13b043c8
|
|
go.mau.fi/zeroconfig v0.2.0
|
|
golang.org/x/crypto v0.42.0
|
|
golang.org/x/exp v0.0.0-20250911091902-df9299821621
|
|
golang.org/x/net v0.44.0
|
|
golang.org/x/sync v0.17.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
maunium.net/go/mauflag v1.0.0
|
|
)
|
|
|
|
require (
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/petermattis/goid v0.0.0-20250904145737-900bdf8bb490 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
)
|