forked from open-telemetry/opentelemetry-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
68 lines (64 loc) · 2.55 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
module go.opentelemetry.io/collector
go 1.16
require (
contrib.go.opencensus.io/exporter/prometheus v0.3.0
github.com/Shopify/sarama v1.29.1
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/antonmedv/expr v1.9.0
github.com/apache/thrift v0.14.2
github.com/cenkalti/backoff/v4 v4.1.1
github.com/census-instrumentation/opencensus-proto v0.3.0
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/fatih/structtag v1.2.0
github.com/go-kit/kit v0.11.0
github.com/gogo/protobuf v1.3.2
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/jaegertracing/jaeger v1.25.0
github.com/knadh/koanf v1.2.1
github.com/leoluk/perflib_exporter v0.1.0
github.com/magiconair/properties v1.8.5
github.com/mitchellh/mapstructure v1.4.1
github.com/openzipkin/zipkin-go v0.2.5
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.30.0
github.com/prometheus/prometheus v1.8.2-0.20210621150501-ff58416a0b02
github.com/prometheus/statsd_exporter v0.21.0 // indirect
github.com/rs/cors v1.8.0
github.com/shirou/gopsutil v3.21.7+incompatible
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/wal v0.1.5
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible
github.com/xdg-go/scram v1.0.2
go.opencensus.io v0.23.0
go.opentelemetry.io/collector/model v0.33.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.22.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.22.0
go.opentelemetry.io/contrib/zpages v0.22.0
go.opentelemetry.io/otel v1.0.0-RC2
go.opentelemetry.io/otel/oteltest v1.0.0-RC2
go.opentelemetry.io/otel/sdk v1.0.0-RC2
go.opentelemetry.io/otel/trace v1.0.0-RC2
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.19.0
golang.org/x/mod v0.4.2
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1
golang.org/x/text v0.3.7
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.4.0
)
replace go.opentelemetry.io/collector/model => ./model
retract v0.32.0 // Contains incomplete metrics transition to proto 0.9.0, random components are not working.