mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 22:35:52 +01:00
27 lines
856 B
Modula-2
27 lines
856 B
Modula-2
module maunium.net/go/mautrix/example
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
github.com/rs/zerolog v1.31.0
|
|
maunium.net/go/mautrix v0.16.3-0.20240113165612-308e3583b06f
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/tidwall/gjson v1.17.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
|
|
go.mau.fi/util v0.2.2-0.20240107143939-48dfc4dc3894 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
maunium.net/go/maulogger/v2 v2.4.1 // indirect
|
|
)
|
|
|
|
//replace maunium.net/go/mautrix => ../
|