mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
21 lines
781 B
Modula-2
21 lines
781 B
Modula-2
module github.com/matrix-org/sync-v3
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ReneKroon/ttlcache/v2 v2.8.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jmoiron/sqlx v1.3.3
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
|
github.com/lib/pq v1.10.1
|
|
github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16 // indirect
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20211026114500-ddecab880266
|
|
github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 // indirect
|
|
github.com/rs/zerolog v1.21.0
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
|
github.com/tidwall/gjson v1.10.2
|
|
github.com/tidwall/sjson v1.2.3 // indirect
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
|
|
)
|