-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update vendored dependencies. #3357
Conversation
This change is necessary so people not using Changed the title to "updating vendored dependencies" maybe. Other than that, LGTM |
$ govendor list | awk '$1 ~ "e"' | awk '{ printf("govendor update %s/...\n", $2) }' | bash -x + govendor update github.com/apache/thrift/lib/go/thrift/... + govendor update github.com/dgraph-io/dgo/x/... + govendor update github.com/dgrijalva/jwt-go/... + govendor update github.com/dustin/go-humanize/english/... + govendor update github.com/golang/protobuf/jsonpb/... + govendor update github.com/golang/protobuf/ptypes/... + govendor update github.com/golang/protobuf/ptypes/any/... + govendor update github.com/golang/protobuf/ptypes/duration/... + govendor update github.com/golang/protobuf/ptypes/struct/... + govendor update github.com/golang/protobuf/ptypes/timestamp/... + govendor update github.com/google/uuid/... + govendor update go.opencensus.io/plugin/ocgrpc/... + govendor update go.opencensus.io/trace/propagation/... + govendor update go.opencensus.io/zpages/... + govendor update go.opencensus.io/zpages/internal/... + govendor update golang.org/x/crypto/ssh/terminal/... + govendor update golang.org/x/net/context/... + govendor update golang.org/x/net/http2/... + govendor update golang.org/x/net/http2/hpack/... + govendor update golang.org/x/net/internal/timeseries/... + govendor update golang.org/x/net/trace/... + govendor update golang.org/x/sync/semaphore/... + govendor update golang.org/x/sys/windows/... + govendor update google.golang.org/api/support/bundler/... + govendor update google.golang.org/genproto/googleapis/rpc/status/... + govendor update google.golang.org/grpc/... + govendor update google.golang.org/grpc/balancer/... + govendor update google.golang.org/grpc/balancer/base/... + govendor update google.golang.org/grpc/balancer/roundrobin/... + govendor update google.golang.org/grpc/binarylog/grpc_binarylog_v1/... + govendor update google.golang.org/grpc/codes/... + govendor update google.golang.org/grpc/connectivity/... + govendor update google.golang.org/grpc/credentials/... + govendor update google.golang.org/grpc/credentials/internal/... + govendor update google.golang.org/grpc/encoding/... + govendor update google.golang.org/grpc/encoding/gzip/... + govendor update google.golang.org/grpc/encoding/proto/... + govendor update google.golang.org/grpc/grpclog/... + govendor update google.golang.org/grpc/health/... + govendor update google.golang.org/grpc/health/grpc_health_v1/... + govendor update google.golang.org/grpc/internal/... + govendor update google.golang.org/grpc/internal/backoff/... + govendor update google.golang.org/grpc/internal/balancerload/... + govendor update google.golang.org/grpc/internal/binarylog/... + govendor update google.golang.org/grpc/internal/channelz/... + govendor update google.golang.org/grpc/internal/envconfig/... + govendor update google.golang.org/grpc/internal/grpcrand/... + govendor update google.golang.org/grpc/internal/grpcsync/... + govendor update google.golang.org/grpc/internal/syscall/... + govendor update google.golang.org/grpc/internal/transport/... + govendor update google.golang.org/grpc/keepalive/... + govendor update google.golang.org/grpc/metadata/... + govendor update google.golang.org/grpc/naming/... + govendor update google.golang.org/grpc/peer/... + govendor update google.golang.org/grpc/resolver/... + govendor update google.golang.org/grpc/resolver/dns/... + govendor update google.golang.org/grpc/resolver/passthrough/... + govendor update google.golang.org/grpc/stats/... + govendor update google.golang.org/grpc/status/... + govendor update google.golang.org/grpc/tap/... $ govendor update golang.org/x/sys/unix/... $ govendor update github.com/pkg/errors/...
32a56b6
to
4a47697
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 552 files reviewed, all discussions resolved (waiting on @manishrjain)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 552 of 552 files at r1.
Reviewable status: complete! all files reviewed, all discussions resolved
* Vendor in external dependencies that are externally referenced. $ govendor list | awk '$1 ~ "e"' | awk '{ printf("govendor update %s/...\n", $2) }' | bash -x + govendor update github.com/apache/thrift/lib/go/thrift/... + govendor update github.com/dgraph-io/dgo/x/... + govendor update github.com/dgrijalva/jwt-go/... + govendor update github.com/dustin/go-humanize/english/... + govendor update github.com/golang/protobuf/jsonpb/... + govendor update github.com/golang/protobuf/ptypes/... + govendor update github.com/golang/protobuf/ptypes/any/... + govendor update github.com/golang/protobuf/ptypes/duration/... + govendor update github.com/golang/protobuf/ptypes/struct/... + govendor update github.com/golang/protobuf/ptypes/timestamp/... + govendor update github.com/google/uuid/... + govendor update go.opencensus.io/plugin/ocgrpc/... + govendor update go.opencensus.io/trace/propagation/... + govendor update go.opencensus.io/zpages/... + govendor update go.opencensus.io/zpages/internal/... + govendor update golang.org/x/crypto/ssh/terminal/... + govendor update golang.org/x/net/context/... + govendor update golang.org/x/net/http2/... + govendor update golang.org/x/net/http2/hpack/... + govendor update golang.org/x/net/internal/timeseries/... + govendor update golang.org/x/net/trace/... + govendor update golang.org/x/sync/semaphore/... + govendor update golang.org/x/sys/windows/... + govendor update google.golang.org/api/support/bundler/... + govendor update google.golang.org/genproto/googleapis/rpc/status/... + govendor update google.golang.org/grpc/... + govendor update google.golang.org/grpc/balancer/... + govendor update google.golang.org/grpc/balancer/base/... + govendor update google.golang.org/grpc/balancer/roundrobin/... + govendor update google.golang.org/grpc/binarylog/grpc_binarylog_v1/... + govendor update google.golang.org/grpc/codes/... + govendor update google.golang.org/grpc/connectivity/... + govendor update google.golang.org/grpc/credentials/... + govendor update google.golang.org/grpc/credentials/internal/... + govendor update google.golang.org/grpc/encoding/... + govendor update google.golang.org/grpc/encoding/gzip/... + govendor update google.golang.org/grpc/encoding/proto/... + govendor update google.golang.org/grpc/grpclog/... + govendor update google.golang.org/grpc/health/... + govendor update google.golang.org/grpc/health/grpc_health_v1/... + govendor update google.golang.org/grpc/internal/... + govendor update google.golang.org/grpc/internal/backoff/... + govendor update google.golang.org/grpc/internal/balancerload/... + govendor update google.golang.org/grpc/internal/binarylog/... + govendor update google.golang.org/grpc/internal/channelz/... + govendor update google.golang.org/grpc/internal/envconfig/... + govendor update google.golang.org/grpc/internal/grpcrand/... + govendor update google.golang.org/grpc/internal/grpcsync/... + govendor update google.golang.org/grpc/internal/syscall/... + govendor update google.golang.org/grpc/internal/transport/... + govendor update google.golang.org/grpc/keepalive/... + govendor update google.golang.org/grpc/metadata/... + govendor update google.golang.org/grpc/naming/... + govendor update google.golang.org/grpc/peer/... + govendor update google.golang.org/grpc/resolver/... + govendor update google.golang.org/grpc/resolver/dns/... + govendor update google.golang.org/grpc/resolver/passthrough/... + govendor update google.golang.org/grpc/stats/... + govendor update google.golang.org/grpc/status/... + govendor update google.golang.org/grpc/tap/... $ govendor update golang.org/x/sys/unix/... $ govendor update github.com/pkg/errors/... * Vendor in grpc v1.20.1. * Vendor in opencensus-go v0.21.0.
Found all external dependencies with
govendor list
. Each external dependency is marked ase
in the list output:Vendored in each external dependency:
Make sure that gRPC is locked to release version v1.20.1:
Remove unused vendor dependencies. In
govendor list
unused vendored packages are marked asu
.This change is