perkeep/vendor/google.golang.org/grpc
Paul Lindner cb571228af vendor: update google go related packages to consistent revisions
Uses revisions as close to current usage as possible.

Addresses issues with repos that have different per-directory
revisions.

- cloud.google.com/go
  rev: b70ccc799b9d019708c3eb9395acef6e3f6b7bc8
- github.com/golang/protobuf
  rev: 1e59b77b52bf8e4b449a57e6f79f21226d571845
- google.golang.org/api
  rev: 48e49d1645e228d1c50c3d54fb476b2224477303
- google.golang.org/appengine
  rev: 150dc57a1b433e64154302bdc40b6bb8aefa313a
  version: v1.0.0
- google.golang.org/genproto
  rev: 08f135d1a31b6ba454287638a3ce23a55adace6f

Addresses #889

Change-Id: I41610d2f409d7a558a59e3018094a124efc100c5
2018-01-08 10:00:54 -08:00
..
codes vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
credentials vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
grpclog vendor: update google go related packages to consistent revisions 2018-01-08 10:00:54 -08:00
internal vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
metadata vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
naming vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
peer vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
stats vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
tap vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
transport vendor: remove more testdata from vendored packages 2018-01-01 01:48:48 -08:00
CONTRIBUTING.md vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
LICENSE vendor: update Google Cloud Logging, gocloud, add grpc, move http2, etc 2015-09-22 14:48:04 +02:00
Makefile vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
PATENTS vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
README.md vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
backoff.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
backoff_test.go vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
call.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
call_test.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
clientconn.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
clientconn_test.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
codegen.sh vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
coverage.sh vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
doc.go vendor: update cloud,grpc,protobuf libraries 2016-04-29 19:42:33 -07:00
interceptor.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
rpc_util.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
rpc_util_test.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
server.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
server_test.go vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00
stream.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
temp.go vendor: update cloud.google.com/go/logging to V2 API 2017-02-06 19:59:24 +01:00
trace.go vendor: rename google.golang.org/cloud to cloud.google.com/go 2016-09-08 15:14:12 +02:00

README.md

#gRPC-Go experimental branch

This is an in-development experimental branch of https://github.com/grpc/grpc-go

This branch seeks to understand how much code be deleted and replaced with Go's native HTTP/2 implementation. (Preliminary prototypes suggest most of it.)

Installation

For development convenience (but not user convenience), the Go package path for this repositor is unchanged. You can not fetch it with go get. You just git clone it to $GOPATH/src/google.golang.org/grpc manually.

Prerequisites

This requires Go 1.7 or later.

Status

An experiment.

Bugs, discussion

Let's just use this issue tracker for now: https://github.com/bradfitz/grpc-go/issues