This repository was archived by the owner on Sep 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (29 loc) · 1.44 KB
/
go.mod
File metadata and controls
31 lines (29 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/rewe-digital/cortex-gateway
go 1.14
require (
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cortexproject/cortex v1.1.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-kit/kit v0.10.0
github.com/gogo/googleapis v1.4.0 // indirect
github.com/gogo/status v1.1.0 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
github.com/opentracing-contrib/go-grpc v0.0.0-20191001143057-db30781987df // indirect
github.com/opentracing-contrib/go-stdlib v1.0.0
github.com/opentracing/opentracing-go v1.1.1-0.20200124165624-2876d2018785
github.com/prometheus/client_golang v1.7.0
github.com/prometheus/node_exporter v1.0.1 // indirect
github.com/prometheus/prometheus v2.5.0+incompatible // indirect
github.com/sercand/kuberesolver v2.4.0+incompatible // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/uber/jaeger-client-go v2.24.0+incompatible // indirect
github.com/weaveworks/common v0.0.0-20200512154658-384f10054ec5
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200620081246-981b61492c35 // indirect
golang.org/x/text v0.3.3 // indirect
golang.org/x/tools v0.0.0-20200619210111-0f592d2728bb // indirect
google.golang.org/genproto v0.0.0-20200620020550-bd6e04640131 // indirect
google.golang.org/grpc v1.29.1
)