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
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
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
16d03af4
Commit
16d03af4
authored
2 years ago
by
or-else
Browse files
Options
Downloads
Patches
Plain Diff
dependencies updated
parent
98c4b477
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go.mod
+25
-19
25 additions, 19 deletions
go.mod
go.sum
+850
-76
850 additions, 76 deletions
go.sum
with
875 additions
and
95 deletions
go.mod
+
25
−
19
View file @
16d03af4
...
...
@@ -3,32 +3,38 @@ module github.com/tinode/chat
go 1.16
require (
cloud.google.com/go
v0.102.0 // indirect
cloud.google.com/go/firestore
v1.6.1 // indirect
cloud.google.com/go/storage
v1.29.0 // indirect
firebase.google.com/go
v3.13.0+incompatible
github.com/aws/aws-sdk-go
v1.
33.0
github.com/aws/aws-sdk-go
v1.
44.211
github.com/felixge/httpsnoop
v1.0.3 // indirect
github.com/go-sql-driver/mysql
v1.
6
.0
github.com/go-sql-driver/mysql
v1.
7
.0
github.com/golang/groupcache
v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock
v1.6.0
github.com/google/go-cmp
v0.5.8
github.com/google/uuid
v1.3.0 // indirect
github.com/google/go-cmp
v0.5.9
github.com/gorilla/handlers
v1.5.1
github.com/gorilla/websocket
v1.5.0
github.com/jmoiron/sqlx
v1.3.5
github.com/nyaruka/phonenumbers
v1.0.75
github.com/prometheus/client_golang
v1.12.2
github.com/prometheus/common
v0.34.0
github.com/klauspost/compress
v1.16.0 // indirect
github.com/montanaflynn/stats
v0.7.0 // indirect
github.com/nyaruka/phonenumbers
v1.1.6
github.com/opentracing/opentracing-go
v1.2.0 // indirect
github.com/prometheus/client_golang
v1.14.0
github.com/prometheus/common
v0.41.0
github.com/prometheus/procfs
v0.9.0 // indirect
github.com/sirupsen/logrus
v1.9.0 // indirect
github.com/tinode/jsonco
v1.0.0
github.com/tinode/snowflake
v1.0.0
go.mongodb.org/mongo-driver
v1.9.1
golang.org/x/crypto
v0.0.0-20220525230936-793ad666bf5e
golang.org/x/net
v0.0.0-20220526153639-5463443f8c37
golang.org/x/oauth2
v0.0.0-20220524215830-622c5d57e401
golang.org/x/text
v0.3.7
google.golang.org/api
v0.81.0
google.golang.org/genproto
v0.0.0-20220526192754-51939a95c655 // indirect
google.golang.org/grpc
v1.46.2
google.golang.org/protobuf
v1.28.0
gopkg.in/rethinkdb/rethinkdb-go.v6
v6.2.1
github.com/xdg-go/scram
v1.1.2 // indirect
github.com/youmark/pkcs8
v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver
v1.11.2
golang.org/x/crypto
v0.6.0
golang.org/x/net
v0.7.0
golang.org/x/oauth2
v0.5.0
golang.org/x/text
v0.7.0
golang.org/x/time
v0.3.0 // indirect
google.golang.org/api
v0.111.0
google.golang.org/genproto
v0.0.0-20230301171018-9ab4bdc49ad5 // indirect
google.golang.org/grpc
v1.53.0
google.golang.org/protobuf
v1.28.1
gopkg.in/rethinkdb/rethinkdb-go.v6
v6.2.2
)
This diff is collapsed.
Click to expand it.
go.sum
+
850
−
76
View file @
16d03af4
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