15 lines
365 B
Modula-2
15 lines
365 B
Modula-2
module git.luj0ga.de/franconian/matrix-pretix
|
|
|
|
go 1.18
|
|
|
|
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
|
|
)
|