mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
3bd023e74d
* Update gomatrixserverlib to p2p commit 92c0338, other tweaks * Update gomatrixserverlib to p2p commit e5dcc65 * Rewrite getAuthChain * Update gomatrixserverlib in go.mod/go.sum * Correct a couple of package refs for updated gmsl/gomatrix * Update gomatrixserverlib ref in go.mod/go.sum * Update getAuthChain comments following @babolivier review
39 lines
1.9 KiB
Modula-2
39 lines
1.9 KiB
Modula-2
module github.com/matrix-org/dendrite
|
|
|
|
require (
|
|
github.com/Shopify/sarama v0.0.0-20170127151855-574d3147eee3
|
|
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
|
|
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
|
|
github.com/eapache/go-resiliency v0.0.0-20160104191539-b86b1ec0dd42 // indirect
|
|
github.com/eapache/go-xerial-snappy v0.0.0-20160609142408-bb955e01b934 // indirect
|
|
github.com/eapache/queue v1.1.0 // indirect
|
|
github.com/golang/snappy v0.0.0-20170119014723-7db9049039a0 // indirect
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/lib/pq v0.0.0-20170918175043-23da1db4f16d
|
|
github.com/matrix-org/dugong v0.0.0-20171220115018-ea0a4690a0d5
|
|
github.com/matrix-org/gomatrix v0.0.0-20190528120928-7df988a63f26
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20200110113524-5f9a44f2fc67
|
|
github.com/matrix-org/naffka v0.0.0-20171115094957-662bfd0841d0
|
|
github.com/matrix-org/util v0.0.0-20171127121716-2e2df66af2f5
|
|
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5
|
|
github.com/opentracing/opentracing-go v0.0.0-20170806192116-8ebe5d4e236e
|
|
github.com/pierrec/lz4 v0.0.0-20161206202305-5c9560bfa9ac // indirect
|
|
github.com/pierrec/xxHash v0.0.0-20160112165351-5a004441f897 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v1.2.1
|
|
github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/uber-go/atomic v1.3.0 // indirect
|
|
github.com/uber/jaeger-client-go v2.15.0+incompatible
|
|
github.com/uber/jaeger-lib v1.5.0
|
|
go.uber.org/atomic v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
gopkg.in/Shopify/sarama.v1 v1.11.0
|
|
gopkg.in/h2non/bimg.v1 v1.0.18
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|
|
|
|
go 1.13
|