Skip to content

Commit

Permalink
Revert "Bump jaeger version with thrift 0.13 (#1203)" (#1248)
Browse files Browse the repository at this point in the history
This reverts commit 1e6596b.

Reverting because it prevents Contrib from building and blocks
the release.
  • Loading branch information
tigrannajaryan committed Jul 1, 2020
1 parent 5e78b2b commit c78701f
Show file tree
Hide file tree
Showing 4 changed files with 127 additions and 161 deletions.
29 changes: 16 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ require (
contrib.go.opencensus.io/exporter/ocagent v0.6.0
contrib.go.opencensus.io/exporter/prometheus v0.1.0
contrib.go.opencensus.io/resource v0.1.2
github.com/apache/thrift v0.13.0
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/census-instrumentation/opencensus-proto v0.2.1
github.com/client9/misspell v0.3.4
github.com/go-kit/kit v0.10.0
github.com/go-kit/kit v0.9.0
github.com/gogo/googleapis v1.3.0 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
Expand All @@ -21,20 +21,21 @@ require (
github.com/google/go-github v17.0.0+incompatible
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/jaegertracing/jaeger v1.18.2-0.20200626141145-be17169a4179
github.com/grpc-ecosystem/grpc-gateway v1.14.5
github.com/hashicorp/consul/api v1.2.0 // indirect
github.com/jaegertracing/jaeger v1.18.0
github.com/joshdk/go-junit v0.0.0-20200312181801-e5d93c0f31a8
github.com/jstemmer/go-junit-report v0.9.1
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024
github.com/mjibson/esc v0.2.0
github.com/open-telemetry/opentelemetry-proto v0.3.0
github.com/openzipkin/zipkin-go v0.2.2
github.com/openzipkin/zipkin-go v0.2.1
github.com/orijtech/prometheus-go-metrics-exporter v0.0.5
github.com/ory/go-acc v0.2.1
github.com/ory/x v0.0.109 // indirect
github.com/pavius/impi v0.0.0-20180302134524-c1cbdcb8df2b
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/common v0.10.0
github.com/prometheus/common v0.9.1
github.com/prometheus/procfs v0.0.11
github.com/prometheus/prometheus v1.8.2-0.20190924101040-52e0504f83ea
github.com/rs/cors v1.7.0
Expand All @@ -49,14 +50,16 @@ require (
github.com/tcnksm/ghr v0.13.0
github.com/uber/jaeger-lib v2.2.0+incompatible
go.opencensus.io v0.22.3
go.uber.org/atomic v1.6.0
go.uber.org/atomic v1.5.1
go.uber.org/zap v1.13.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b
golang.org/x/text v0.3.2
google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884
golang.org/x/tools v0.0.0-20200428211428-0c9eba77bc32 // indirect
google.golang.org/api v0.10.0 // indirect
google.golang.org/genproto v0.0.0-20200408120641-fbb3ad325eb7
google.golang.org/grpc v1.29.1
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.2.8
honnef.co/go/tools v0.0.1-2020.1.3
)

0 comments on commit c78701f

Please sign in to comment.