This repository has been 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
/
Copy pathgo.mod
31 lines (29 loc) · 1.44 KB
/
go.mod
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
)