protobuf: remove generated google/rpc files
We move from having our own generated version of the googleapis files to an upstream version that is present in gogo. As part of this, we update the protobuf package to 1.0 and make some corrections for slight differences in the generated code. The impact of this change is very low. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
		@@ -19,10 +19,8 @@ import google_protobuf "github.com/gogo/protobuf/types"
 | 
			
		||||
 | 
			
		||||
// skipping weak import gogoproto "github.com/gogo/protobuf/gogoproto"
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	context "golang.org/x/net/context"
 | 
			
		||||
	grpc "google.golang.org/grpc"
 | 
			
		||||
)
 | 
			
		||||
import context "golang.org/x/net/context"
 | 
			
		||||
import grpc "google.golang.org/grpc"
 | 
			
		||||
 | 
			
		||||
import strings "strings"
 | 
			
		||||
import reflect "reflect"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user