good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
chat
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
github
tinode
chat
Commits
cc5bb680
Commit
cc5bb680
authored
2 months ago
by
or-else
Browse files
Options
Downloads
Patches
Plain Diff
dependencies updated
parent
e88301d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+74
-49
74 additions, 49 deletions
go.mod
go.sum
+176
-171
176 additions, 171 deletions
go.sum
with
250 additions
and
220 deletions
go.mod
+
74
−
49
View file @
cc5bb680
module
github.com/tinode/chat
go 1.19
go 1.22.7
toolchain go1.23.4
require (
firebase.google.com/go
v3.13.0+incompatible
github.com/aws/aws-sdk-go
v1.
46.4
github.com/go-sql-driver/mysql
v1.
7
.1
github.com/aws/aws-sdk-go
v1.
55.5
github.com/go-sql-driver/mysql
v1.
8
.1
github.com/golang/mock
v1.6.0
github.com/google/go-cmp
v0.6.0
github.com/gorilla/handlers
v1.5.
1
github.com/gorilla/websocket
v1.5.
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.
3.5
github.com/nyaruka/phonenumbers
v1.
1.8
github.com/prometheus/client_golang
v1.
19.0
github.com/prometheus/common
v0.
48
.0
github.com/jmoiron/sqlx
v1.
4.0
github.com/nyaruka/phonenumbers
v1.
4.3
github.com/prometheus/client_golang
v1.
20.5
github.com/prometheus/common
v0.
61
.0
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.1
2
.1
golang.org/x/crypto
v0.
2
1.0
golang.org/x/net
v0.
2
3.0
golang.org/x/oauth2
v0.
16
.0
golang.org/x/text
v0.1
4
.0
google.golang.org/api
v0.
148
.0
google.golang.org/grpc
v1.
5
9.
0
google.golang.org/protobuf
v1.3
3
.0
go.mongodb.org/mongo-driver
v1.1
7
.1
golang.org/x/crypto
v0.
3
1.0
golang.org/x/net
v0.
3
3.0
golang.org/x/oauth2
v0.
24
.0
golang.org/x/text
v0.
2
1.0
google.golang.org/api
v0.
213
.0
google.golang.org/grpc
v1.
6
9.
2
google.golang.org/protobuf
v1.3
6
.0
gopkg.in/rethinkdb/rethinkdb-go.v6
v6.2.2
)
require
github.com/pkg/errors
v0.9.1 // indirect
require (
cel.dev/expr
v0.19.1 // indirect
cloud.google.com/go/auth
v0.13.0 // indirect
cloud.google.com/go/auth/oauth2adapt
v0.2.6 // indirect
cloud.google.com/go/monitoring
v1.22.0 // indirect
filippo.io/edwards25519
v1.1.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp
v1.25.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric
v0.49.0 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping
v0.49.0 // indirect
github.com/census-instrumentation/opencensus-proto
v0.4.1 // indirect
github.com/cncf/xds/go
v0.0.0-20241213214725-57cfbe6fad57 // indirect
github.com/envoyproxy/go-control-plane
v0.13.1 // indirect
github.com/envoyproxy/protoc-gen-validate
v1.1.0 // indirect
github.com/go-logr/logr
v1.4.2 // indirect
github.com/go-logr/stdr
v1.2.2 // indirect
github.com/munnerz/goautoneg
v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pkg/errors
v0.9.1 // indirect
github.com/planetscale/vtprotobuf
v0.6.1-0.20240319094008-0393e58bdf10 // indirect
go.opentelemetry.io/auto/sdk
v1.1.0 // indirect
go.opentelemetry.io/contrib/detectors/gcp
v1.33.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
v0.58.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
v0.58.0 // indirect
go.opentelemetry.io/otel
v1.33.0 // indirect
go.opentelemetry.io/otel/metric
v1.33.0 // indirect
go.opentelemetry.io/otel/sdk
v1.33.0 // indirect
go.opentelemetry.io/otel/sdk/metric
v1.33.0 // indirect
go.opentelemetry.io/otel/trace
v1.33.0 // indirect
)
require (
cloud.google.com/go
v0.110.9 // indirect
cloud.google.com/go/compute
v1.23.1 // indirect
cloud.google.com/go/compute/metadata
v0.2.3 // indirect
cloud.google.com/go/firestore
v1.14.0 // indirect
cloud.google.com/go/iam
v1.1.3 // indirect
cloud.google.com/go/longrunning
v0.5.2 // indirect
cloud.google.com/go/storage
v1.33.0 // indirect
cloud.google.com/go
v0.117.0 // indirect
cloud.google.com/go/compute/metadata
v0.6.0 // indirect
cloud.google.com/go/firestore
v1.17.0 // indirect
cloud.google.com/go/iam
v1.3.0 // indirect
cloud.google.com/go/longrunning
v0.6.3 // indirect
cloud.google.com/go/storage
v1.48.0 // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/cespare/xxhash/v2
v2.
2
.0 // indirect
github.com/felixge/httpsnoop
v1.0.
3
// indirect
github.com/golang/groupcache
v0.0.0-202
10331224755-41bb18bfe9da
// indirect
github.com/golang/protobuf
v1.5.
3
// indirect
github.com/cespare/xxhash/v2
v2.
3
.0 // indirect
github.com/felixge/httpsnoop
v1.0.
4
// indirect
github.com/golang/groupcache
v0.0.0-202
41129210726-2c02b8208cf8
// indirect
github.com/golang/protobuf
v1.5.
4
// indirect
github.com/golang/snappy
v0.0.4 // indirect
github.com/google/s2a-go
v0.1.
7
// indirect
github.com/google/uuid
v1.
3.1
// indirect
github.com/googleapis/enterprise-certificate-proxy
v0.3.
2
// indirect
github.com/googleapis/gax-go/v2
v2.1
2
.0 // indirect
github.com/google/s2a-go
v0.1.
8
// indirect
github.com/google/uuid
v1.
6.0
// indirect
github.com/googleapis/enterprise-certificate-proxy
v0.3.
4
// indirect
github.com/googleapis/gax-go/v2
v2.1
4
.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-202
21227161230-091c0ba34f0a
// indirect
github.com/jackc/pgtype
v1.14.
0
// indirect
github.com/jackc/pgservicefile
v0.0.0-202
40606120523-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.17.
2
// indirect
github.com/klauspost/compress
v1.17.
11
// indirect
github.com/montanaflynn/stats
v0.7.1 // indirect
github.com/opentracing/opentracing-go
v1.2.0 // indirect
github.com/prometheus/client_model
v0.5.0 // indirect
github.com/prometheus/procfs
v0.12.0 // indirect
github.com/rogpeppe/go-internal
v1.11.0 // indirect
github.com/prometheus/client_model
v0.6.1 // indirect
github.com/prometheus/procfs
v0.15.1 // indirect
github.com/sirupsen/logrus
v1.9.3 // indirect
github.com/twilio/twilio-go
v1.23.
3
github.com/twilio/twilio-go
v1.23.
8
github.com/xdg-go/pbkdf2
v1.0.0 // indirect
github.com/xdg-go/scram
v1.1.2 // indirect
github.com/xdg-go/stringprep
v1.0.4 // indirect
github.com/youmark/pkcs8
v0.0.0-20201027041543-1326539a0a0a // indirect
go.opencensus.io
v0.24.0 // indirect
golang.org/x/sync
v0.4.0 // indirect
golang.org/x/sys
v0.18.0 // indirect
golang.org/x/time
v0.3.0 // indirect
golang.org/x/xerrors
v0.0.0-20231012003039-104605ab7028 // indirect
github.com/youmark/pkcs8
v0.0.0-20240726163527-a2c0da244d78 // indirect
golang.org/x/sync
v0.10.0 // indirect
golang.org/x/sys
v0.28.0 // indirect
golang.org/x/time
v0.8.0 // indirect
google.golang.org/appengine
v1.6.8 // indirect
google.golang.org/genproto
v0.0.0-202
31016165738-49dd2c1f3d0b
// indirect
google.golang.org/genproto/googleapis/api
v0.0.0-202
31016165738-49dd2c1f3d0b
// indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-202
31016165738-49dd2c1f3d0b
// indirect
google.golang.org/genproto
v0.0.0-202
41216192217-9240e9c98484
// indirect
google.golang.org/genproto/googleapis/api
v0.0.0-202
41216192217-9240e9c98484
// indirect
google.golang.org/genproto/googleapis/rpc
v0.0.0-202
41216192217-9240e9c98484
// indirect
gopkg.in/cenkalti/backoff.v2
v2.2.1 // indirect
)
This diff is collapsed.
Click to expand it.
go.sum
+
176
−
171
View file @
cc5bb680
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment