module maunium.net/go/mautrix

go 1.25.0

toolchain go1.26.0

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.11.2
	github.com/mattn/go-sqlite3 v1.14.34
	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.16
	go.mau.fi/util v0.9.6
	go.mau.fi/zeroconfig v0.2.0
	golang.org/x/crypto v0.48.0
	golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a
	golang.org/x/net v0.50.0
	golang.org/x/sync v0.19.0
	gopkg.in/yaml.v3 v3.0.1
	maunium.net/go/mauflag v1.0.0
)

require (
	github.com/coreos/go-systemd/v22 v22.6.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-20260113132338-7c7de50cc741 // 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.41.0 // indirect
	golang.org/x/text v0.34.0 // indirect
	gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)
