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

Unified Diff: grpc/discovery/registry.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/registry.go
diff --git a/grpc/discovery/registry.go b/grpc/discovery/registry.go
index 573a0164350d30b1958de4d7b03e43fcb97b7d04..6b6d68f529c34386728df70b98009ba8f869761b 100644
--- a/grpc/discovery/registry.go
+++ b/grpc/discovery/registry.go
@@ -13,7 +13,7 @@ import (
"github.com/golang/protobuf/proto"
- "github.com/luci/luci-go/common/proto/google/descriptor"
+ "google.golang.org/genproto/protobuf"
)
type entry struct {

Powered by Google App Engine
This is Rietveld 408576698