From e514ff57e81961e29ca4d63ea13e7e300a01fb53 Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Thu, 30 Mar 2017 18:11:32 -0500 Subject: [PATCH] Update to standard library context package. (#275) --- protoc-gen-go/grpc/grpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protoc-gen-go/grpc/grpc.go b/protoc-gen-go/grpc/grpc.go index 2660e47a27..7b5602553a 100644 --- a/protoc-gen-go/grpc/grpc.go +++ b/protoc-gen-go/grpc/grpc.go @@ -53,7 +53,7 @@ const generatedCodeVersion = 4 // Paths for packages used by code generated in this file, // relative to the import_prefix of the generator.Generator. const ( - contextPkgPath = "golang.org/x/net/context" + contextPkgPath = "context" grpcPkgPath = "google.golang.org/grpc" )