mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
13 lines
290 B
Modula-2
13 lines
290 B
Modula-2
module github.com/matrix-org/sync-v3
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/jmoiron/sqlx v1.3.3
|
|
github.com/justinas/alice v1.2.0
|
|
github.com/lib/pq v1.10.1
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20210510192107-124228cb9548
|
|
github.com/rs/zerolog v1.21.0
|
|
)
|