forked from openshift/telemeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 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
32
33
34
35
36
module github.com/openshift/telemeter
go 1.13
require (
github.com/OneOfOne/xxhash v1.2.6 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/coreos/go-oidc v2.0.0+incompatible
github.com/go-chi/chi v4.0.4+incompatible
github.com/go-kit/kit v0.9.0
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4
github.com/google/uuid v1.1.1
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/oklog/run v1.0.0
github.com/pkg/errors v0.9.1
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/prometheus/prometheus v1.8.2-0.20200110114423-1e64d757f711 // Prometheus master v2.14.0
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/cobra v0.0.3
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0
go.opentelemetry.io/contrib/propagators v0.20.0
go.opentelemetry.io/otel v0.20.0
go.opentelemetry.io/otel/exporters/trace/jaeger v0.20.0
go.opentelemetry.io/otel/sdk v0.20.0
go.opentelemetry.io/otel/trace v0.20.0
go.uber.org/goleak v1.1.10
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gopkg.in/square/go-jose.v2 v2.0.0-20180411045311-89060dee6a84
)