dendrite/go.mod
2019-07-14 19:54:54 +05:30

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
)