This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Run command mod tiny * Update google.golang.org/api and grpc * Remove thrift vendor. * Use the right import for thrift. * More cleanups and update versions. * Updagrade golang.
- Loading branch information
Bogdan Drutu
authored
Mar 15, 2019
1 parent
5439521
commit 3b8e272
Showing
55 changed files
with
100 additions
and
7,946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
exporter/jaeger/internal/gen-go/jaeger/collector-remote/collector-remote.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,13 @@ | ||
module go.opencensus.io | ||
|
||
require ( | ||
cloud.google.com/go v0.34.0 // indirect | ||
git.apache.org/thrift.git v0.12.0 | ||
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/golang/mock v1.2.0 // indirect | ||
github.com/apache/thrift v0.12.0 | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/google/go-cmp v0.2.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.6.2 // indirect | ||
github.com/hashicorp/golang-lru v0.5.0 | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 | ||
github.com/openzipkin/zipkin-go v0.1.3 | ||
github.com/openzipkin/zipkin-go v0.1.6 | ||
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 | ||
golang.org/x/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect | ||
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 | ||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 | ||
golang.org/x/sys v0.0.0-20181218192612-074acd46bca6 | ||
golang.org/x/text v0.3.0 | ||
golang.org/x/tools v0.0.0-20181219222714-6e267b5cc78e // indirect | ||
google.golang.org/api v0.0.0-20181220000619-583d854617af | ||
google.golang.org/appengine v1.3.0 // indirect | ||
google.golang.org/genproto v0.0.0-20181219182458-5a97ab628bfb | ||
google.golang.org/grpc v1.17.0 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect | ||
gopkg.in/yaml.v2 v2.2.2 // indirect | ||
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 // indirect | ||
golang.org/x/net v0.0.0-20190311183353-d8887717615a | ||
google.golang.org/api v0.2.0 | ||
google.golang.org/grpc v1.19.0 | ||
) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.