Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: grpc/discovery/discovery.go

Issue 2219023003: Update APIs to use new Google cloud paths. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: grpc/discovery/discovery.go
diff --git a/grpc/discovery/discovery.go b/grpc/discovery/discovery.go
index 905ae5cd806d368813632d493bcd386bdf4da572..81fe2f7bf3fd8fe5206230afb946725ba94a4c82 100644
--- a/grpc/discovery/discovery.go
+++ b/grpc/discovery/discovery.go
@@ -12,8 +12,8 @@ import (
"github.com/golang/protobuf/proto"
"golang.org/x/net/context"
- "github.com/luci/luci-go/common/proto/google/descriptor"
"github.com/luci/luci-go/grpc/prpc"
+ "google.golang.org/genproto/protobuf"
)
// New creates a discovery server for all the given services.

Powered by Google App Engine
This is Rietveld 408576698