Skip to content

Commit

Permalink
Bump jaeger version with thrift 0.13 (#1203)
Browse files Browse the repository at this point in the history
* Bump jaeger version with thrift 0.13

Signed-off-by: Pavol Loffay <[email protected]>

* Go mod tidy

Signed-off-by: Pavol Loffay <[email protected]>

* Sync

Signed-off-by: Pavol Loffay <[email protected]>

* Sync 2

Signed-off-by: Pavol Loffay <[email protected]>

* clean modules

Signed-off-by: Pavol Loffay <[email protected]>
  • Loading branch information
pavolloffay authored Jun 30, 2020
1 parent 992cdc5 commit 1e6596b
Show file tree
Hide file tree
Showing 4 changed files with 160 additions and 131 deletions.
30 changes: 12 additions & 18 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,35 +7,32 @@ 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.0.0-20161221203622-b2a4d4ae21c7
github.com/apache/thrift v0.13.0
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.9.0
github.com/go-kit/kit v0.10.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
github.com/golang/protobuf v1.3.5
github.com/golangci/golangci-lint v1.24.0
github.com/google/addlicense v0.0.0-20200301095109-7c013a14f2e2
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.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.0.0-20190106144839-af01ea7f8024
github.com/grpc-ecosystem/grpc-gateway v1.14.6
github.com/jaegertracing/jaeger v1.18.2-0.20200626141145-be17169a4179
github.com/jstemmer/go-junit-report v0.9.1
github.com/mjibson/esc v0.2.0
github.com/open-telemetry/opentelemetry-proto v0.3.0
github.com/openzipkin/zipkin-go v0.2.1
github.com/openzipkin/zipkin-go v0.2.2
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.9.1
github.com/prometheus/common v0.10.0
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 @@ -50,16 +47,13 @@ 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.5.1
go.uber.org/atomic v1.6.0
go.uber.org/zap v1.13.0
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/net v0.0.0-20200602114024-627f9648deb9 // indirect
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
golang.org/x/text v0.3.2
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/genproto v0.0.0-20200513103714-09dca8ec2884
google.golang.org/grpc v1.29.1
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v2 v2.3.0
honnef.co/go/tools v0.0.1-2020.1.3
)
Loading

0 comments on commit 1e6596b

Please sign in to comment.