2022-07-22 18:02:45 +02:00
|
|
|
module git.luj0ga.de/franconian/matrix-pretix
|
|
|
|
|
|
|
|
go 1.18
|
2022-07-22 19:52:41 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
|
|
maunium.net/go/mautrix v0.11.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
golang.org/x/crypto v0.0.0-20220513210258-46612604a0f9 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
|
|
)
|