Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Statistics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
mashplace
backend
Statistics
Commits
0e0c6f58
Commit
0e0c6f58
authored
2 years ago
by
ci-bot
Browse files
Options
Downloads
Patches
Plain Diff
Update statistics dependencies to release/v0.37
parent
51c1078b
Branches
release/v0.37
Tags
b0.37.1
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
go.mod
+45
-24
45 additions, 24 deletions
go.mod
with
45 additions
and
24 deletions
go.mod
+
45
−
24
View file @
0e0c6f58
...
...
@@ -3,7 +3,7 @@ module gitlab.mashplace.com/mashplace/backend/statistics
go 1.19
require (
cloud.google.com/go/bigquery
v1.
42
.0
cloud.google.com/go/bigquery
v1.
50
.0
github.com/davecgh/go-spew
v1.1.1
github.com/go-kit/kit
v0.12.0
github.com/go-kit/log
v0.2.1
...
...
@@ -11,59 +11,80 @@ require (
github.com/jasonlvhit/gocron
v0.0.1
github.com/json-iterator/go
v1.1.12
github.com/oklog/oklog
v0.3.2
github.com/opentracing/opentracing-go
v1.2.0
github.com/pkg/errors
v0.9.1
gitlab.mashplace.com/mashplace/backend/common/api
v0.0.0-20230330091841-419c709a69de
gitlab.mashplace.com/mashplace/backend/common/generic
v0.0.0-20230609125710-b2baeb8eb928
gitlab.mashplace.com/mashplace/backend/common/lib
v0.0.0-20230330091841-419c709a69de
github.com/smartystreets/goconvey
v1.7.2
gitlab.mashplace.com/mashplace/backend/common/api
v0.0.0-20230705141406-b42fd7834bf4
gitlab.mashplace.com/mashplace/backend/common/generic
v0.0.0-20230705141406-b42fd7834bf4
gitlab.mashplace.com/mashplace/backend/common/lib
v0.0.0-20230705141406-b42fd7834bf4
go.uber.org/dig
v1.15.0
google.golang.org/api
v0.
95
.0
google.golang.org/grpc
v1.5
0
.0
google.golang.org/protobuf
v1.
28.1
google.golang.org/api
v0.
114
.0
google.golang.org/grpc
v1.5
4
.0
google.golang.org/protobuf
v1.
30.0
)
require (
cloud.google.com/go
v0.102.1 // indirect
cloud.google.com/go/compute
v1.7.0 // indirect
cloud.google.com/go/iam
v0.3.0 // indirect
cloud.google.com/go
v0.110.0 // indirect
cloud.google.com/go/compute
v1.19.0 // indirect
cloud.google.com/go/compute/metadata
v0.2.3 // indirect
cloud.google.com/go/iam
v0.13.0 // indirect
github.com/afex/hystrix-go
v0.0.0-20180502004556-fa1af6a1f4f5 // indirect
github.com/andybalholm/brotli
v1.0.4 // indirect
github.com/apache/arrow/go/v11
v11.0.0 // indirect
github.com/apache/thrift
v0.16.0 // indirect
github.com/beorn7/perks
v1.0.1 // indirect
github.com/cespare/xxhash/v2
v2.
1.2
// indirect
github.com/cespare/xxhash/v2
v2.
2.0
// indirect
github.com/go-logfmt/logfmt
v0.5.1 // indirect
github.com/goccy/go-json
v0.9.11 // indirect
github.com/golang/groupcache
v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf
v1.5.2 // indirect
github.com/google/go-cmp
v0.5.8 // indirect
github.com/golang/protobuf
v1.5.3 // indirect
github.com/golang/snappy
v0.0.4 // indirect
github.com/google/flatbuffers
v2.0.8+incompatible // indirect
github.com/google/go-cmp
v0.5.9 // indirect
github.com/google/uuid
v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy
v0.1.0 // indirect
github.com/googleapis/gax-go/v2
v2.5.1 // indirect
github.com/googleapis/enterprise-certificate-proxy
v0.2.3 // indirect
github.com/googleapis/gax-go/v2
v2.7.1 // indirect
github.com/gopherjs/gopherjs
v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware
v1.2.0 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus
v1.2.0 // indirect
github.com/jtolds/gls
v4.20.0+incompatible // indirect
github.com/klauspost/asmfmt
v1.3.2 // indirect
github.com/klauspost/compress
v1.15.9 // indirect
github.com/klauspost/cpuid/v2
v2.0.9 // indirect
github.com/mailru/easyjson
v0.7.1 // indirect
github.com/matttproud/golang_protobuf_extensions
v1.0.1 // indirect
github.com/minio/asm2plan9s
v0.0.0-20200509001527-cdd76441f9d8 // indirect
github.com/minio/c2goasm
v0.0.0-20190812172519-36a3d3bbc4f3 // indirect
github.com/modern-go/concurrent
v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2
v1.0.2 // indirect
github.com/oklog/run
v1.1.0 // indirect
github.com/olivere/elastic
v6.2.31+incompatible // indirect
github.com/
opentracing/opentracing-go
v1.2.0
// indirect
github.com/
pierrec/lz4/v4
v4.1.15
// indirect
github.com/prometheus/client_golang
v1.14.0 // indirect
github.com/prometheus/client_model
v0.3.0 // indirect
github.com/prometheus/common
v0.37.0 // indirect
github.com/prometheus/procfs
v0.8.0 // indirect
github.com/sirupsen/logrus
v1.9.0 // indirect
github.com/smartystreets/assertions
v1.2.0 // indirect
github.com/sony/gobreaker
v0.5.0 // indirect
github.com/streadway/handy
v0.0.0-20200128134331-0f66f006fb2e // indirect
github.com/uber/jaeger-client-go
v2.23.1+incompatible // indirect
github.com/uber/jaeger-lib
v2.2.0+incompatible // indirect
go.opencensus.io
v0.23.0 // indirect
github.com/zeebo/xxh3
v1.0.2 // indirect
go.opencensus.io
v0.24.0 // indirect
go.uber.org/atomic
v1.9.0 // indirect
go.uber.org/multierr
v1.7.0 // indirect
go.uber.org/zap
v1.23.0 // indirect
golang.org/x/net
v0.0.0-20221004154528-8021a29435af // indirect
golang.org/x/oauth2
v0.0.0-20220909003341-f21342109be1 // indirect
golang.org/x/sys
v0.0.0-20221010170243-090e33056c14 // indirect
golang.org/x/text
v0.3.8 // indirect
golang.org/x/time
v0.2.0 // indirect
golang.org/x/xerrors
v0.0.0-20220609144429-65e65417b02f // indirect
golang.org/x/mod
v0.8.0 // indirect
golang.org/x/net
v0.8.0 // indirect
golang.org/x/oauth2
v0.6.0 // indirect
golang.org/x/sync
v0.1.0 // indirect
golang.org/x/sys
v0.6.0 // indirect
golang.org/x/text
v0.8.0 // indirect
golang.org/x/time
v0.3.0 // indirect
golang.org/x/tools
v0.6.0 // indirect
golang.org/x/xerrors
v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/appengine
v1.6.7 // indirect
google.golang.org/genproto
v0.0.0-202
210
10155
953-15ba04fc1c0e
// indirect
google.golang.org/genproto
v0.0.0-202
304
10155
749-daa745c078e1
// indirect
gopkg.in/sohlich/elogrus.v3
v3.0.0-20180410122755-1fa29e2f2009 // indirect
)
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