mirror of
https://github.com/Unkn0wnCat/matrix-veles.git
synced 2025-04-28 17:56:49 +02:00
24 lines
884 B
Modula-2
24 lines
884 B
Modula-2
module github.com/Unkn0wnCat/matrix-veles
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/766b/chi-prometheus v0.0.0-20211217152057-87afa9aa2ca8
|
|
github.com/go-chi/chi v1.5.4 // indirect
|
|
github.com/go-chi/chi/v5 v5.0.7
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/spf13/cobra v1.3.0
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
|
|
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
|
|
go.mongodb.org/mongo-driver v1.8.3
|
|
go.opentelemetry.io/otel v1.4.1
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.4.1
|
|
go.opentelemetry.io/otel/sdk v1.4.1
|
|
go.opentelemetry.io/otel/trace v1.4.1
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
|
maunium.net/go/mautrix v0.9.14
|
|
)
|