2022-12-15 11:08:50 +00:00
|
|
|
module github.com/matrix-org/sliding-sync
|
2021-05-14 16:49:33 +01:00
|
|
|
|
2023-09-12 14:57:40 +01:00
|
|
|
go 1.20
|
2021-05-14 16:49:33 +01:00
|
|
|
|
|
|
|
require (
|
2021-09-21 16:00:06 +01:00
|
|
|
github.com/ReneKroon/ttlcache/v2 v2.8.1
|
2023-09-13 16:58:44 +02:00
|
|
|
github.com/fxamacker/cbor/v2 v2.5.0
|
|
|
|
github.com/getsentry/sentry-go v0.24.1
|
2021-05-14 16:49:33 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/jmoiron/sqlx v1.3.3
|
2023-07-28 11:30:30 +02:00
|
|
|
github.com/lib/pq v1.10.9
|
2023-10-11 12:23:46 +01:00
|
|
|
github.com/matrix-org/complement v0.0.0-20231010122615-008239d3b6e7
|
|
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20230921171121-0466775328c7
|
|
|
|
github.com/matrix-org/util v0.0.0-20221111132719-399730281e66
|
2023-07-28 11:30:30 +02:00
|
|
|
github.com/pressly/goose/v3 v3.14.0
|
2023-01-12 08:40:54 +01:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2023-02-20 17:55:34 +00:00
|
|
|
github.com/rs/zerolog v1.29.0
|
2023-10-11 12:23:46 +01:00
|
|
|
github.com/tidwall/gjson v1.16.0
|
2023-01-12 08:40:54 +01:00
|
|
|
github.com/tidwall/sjson v1.2.5
|
2023-09-13 16:58:44 +02:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
|
|
|
|
go.opentelemetry.io/contrib/propagators/jaeger v1.18.0
|
|
|
|
go.opentelemetry.io/otel v1.18.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.18.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.18.0
|
|
|
|
go.opentelemetry.io/otel/sdk v1.18.0
|
|
|
|
go.opentelemetry.io/otel/trace v1.18.0
|
2023-02-08 11:30:54 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-08-23 12:52:47 +01:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-02-21 10:50:39 +00:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
2023-07-28 11:30:30 +02:00
|
|
|
github.com/go-logr/logr v1.2.4 // indirect
|
2023-02-20 14:57:49 +00:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2023-08-23 12:52:47 +01:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.0 // indirect
|
2023-10-11 12:23:46 +01:00
|
|
|
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530 // indirect
|
2023-04-04 16:05:36 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-07-28 11:30:30 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2023-02-08 11:30:54 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
2023-07-28 11:30:30 +02:00
|
|
|
github.com/prometheus/procfs v0.11.0 // indirect
|
2023-02-20 17:55:34 +00:00
|
|
|
github.com/rs/xid v1.4.0 // indirect
|
2023-07-28 11:30:30 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2023-02-08 11:30:54 +00:00
|
|
|
github.com/tidwall/match v1.1.1 // indirect
|
2023-10-11 12:23:46 +01:00
|
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
2023-08-14 18:53:45 +01:00
|
|
|
github.com/x448/float16 v0.8.4 // indirect
|
2023-09-13 16:58:44 +02:00
|
|
|
go.opentelemetry.io/otel/metric v1.18.0 // indirect
|
2023-08-23 12:52:47 +01:00
|
|
|
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
|
2023-10-11 12:23:46 +01:00
|
|
|
golang.org/x/crypto v0.13.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
2023-08-23 12:52:47 +01:00
|
|
|
golang.org/x/net v0.14.0 // indirect
|
2023-09-13 16:58:44 +02:00
|
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
2023-10-11 12:23:46 +01:00
|
|
|
golang.org/x/text v0.13.0 // indirect
|
2023-08-23 12:52:47 +01:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
|
2023-10-26 16:24:59 +00:00
|
|
|
google.golang.org/grpc v1.58.3 // indirect
|
2023-08-23 12:52:47 +01:00
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
2023-10-11 12:23:46 +01:00
|
|
|
maunium.net/go/mautrix v0.11.0 // indirect
|
2021-05-14 16:49:33 +01:00
|
|
|
)
|