mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
14 lines
398 B
Modula-2
14 lines
398 B
Modula-2
module github.com/SUMUKHA-PK/dendrite
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Shopify/sarama v1.23.0
|
|
github.com/matrix-org/dendrite v0.0.0-20190713073247-fd4ea78dbfcc
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20190701172143-44b45f307524
|
|
github.com/prometheus/client_golang v1.0.0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|