mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 22:35:52 +01:00
27 lines
822 B
Modula-2
27 lines
822 B
Modula-2
module maunium.net/go/mautrix/example
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/chzyer/readline v1.5.1
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
|
github.com/rs/zerolog v1.30.0
|
|
maunium.net/go/mautrix v0.15.2
|
|
)
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
github.com/tidwall/gjson v1.16.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.0.0-20230906154548-ffc399173e21 // indirect
|
|
golang.org/x/crypto v0.13.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
|
golang.org/x/net v0.15.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
maunium.net/go/maulogger/v2 v2.4.1 // indirect
|
|
)
|
|
|
|
replace maunium.net/go/mautrix => ../
|