mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 17:56:49 +02:00
14 lines
384 B
Modula-2
14 lines
384 B
Modula-2
module github.com/Unkn0wnCat/matrix-veles
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/viper v1.10.1
|
|
go.mongodb.org/mongo-driver v1.8.3
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
maunium.net/go/mautrix v0.9.14
|
|
)
|