Bumping k8s dependencies to 1.13
This commit is contained in:
11
vendor/github.com/gogo/protobuf/test/issue427/README.md
generated
vendored
Normal file
11
vendor/github.com/gogo/protobuf/test/issue427/README.md
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# The Bug
|
||||
|
||||
Inconsistent package name generation between the import:
|
||||
|
||||
* import golang_org_x_net_context "golang.org/x/net/context"
|
||||
* import google_golang_org_grpc "google.golang.org/grpc"
|
||||
|
||||
and the dummy vars:
|
||||
|
||||
* var _ context.Context
|
||||
* var _ grpc.ClientConn
|
||||
Reference in New Issue
Block a user