mirror of
https://github.com/tinode/chat.git
synced 2026-05-07 20:12:42 +00:00
92 lines
3.8 KiB
Modula-2
92 lines
3.8 KiB
Modula-2
module github.com/tinode/chat
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.55.8
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/golang/mock v1.6.0
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/jackc/pgconn v1.14.3
|
|
github.com/jackc/pgx/v4 v4.18.3
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/nyaruka/phonenumbers v1.6.7
|
|
github.com/prometheus/client_golang v1.23.2
|
|
github.com/prometheus/common v0.67.4
|
|
github.com/rivo/uniseg v0.4.7
|
|
github.com/tinode/jsonco v1.0.0
|
|
github.com/tinode/snowflake v1.0.0
|
|
go.mongodb.org/mongo-driver v1.17.6
|
|
golang.org/x/crypto v0.46.0
|
|
golang.org/x/oauth2 v0.34.0
|
|
golang.org/x/text v0.32.0
|
|
google.golang.org/api v0.258.0
|
|
google.golang.org/grpc v1.78.0
|
|
google.golang.org/protobuf v1.36.11
|
|
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.2
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/auth v0.18.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/go-logr/logr v1.4.3 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
|
|
go.opentelemetry.io/otel v1.39.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.39.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.39.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
|
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute/metadata v0.9.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/snappy v1.0.0 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.16.0 // indirect
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
|
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
|
|
github.com/jackc/pgio v1.0.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgtype v1.14.4 // indirect
|
|
github.com/jackc/puddle v1.3.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/klauspost/compress v1.18.2 // indirect
|
|
github.com/montanaflynn/stats v0.7.1 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/procfs v0.19.2 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/tinode/pushtype v0.0.0-20251230081240-c447b2b50640
|
|
github.com/twilio/twilio-go v1.29.0
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.2.0 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20251222181119-0a764e51fe1b // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20251222181119-0a764e51fe1b // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
|
|
gopkg.in/cenkalti/backoff.v2 v2.2.1 // indirect
|
|
)
|
|
|
|
replace github.com/tinode/pushtype => ../pushtype
|