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

Unified Diff: go/src/infra/appengine/sheriff-o-matic/main.go

Issue 2219193002: Roll luci/luci-go and luci/gae DEPS. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@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
« no previous file with comments | « DEPS ('k') | go/src/infra/crimson/proto/crimsonserver_dec.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/appengine/sheriff-o-matic/main.go
diff --git a/go/src/infra/appengine/sheriff-o-matic/main.go b/go/src/infra/appengine/sheriff-o-matic/main.go
index 7c6a947609f90546112e0be1b5535c780c9043d1..d7958273d5e1b6423be9eda307f9a5c06f7ec2e7 100644
--- a/go/src/infra/appengine/sheriff-o-matic/main.go
+++ b/go/src/infra/appengine/sheriff-o-matic/main.go
@@ -506,7 +506,7 @@ func getBugQueueHandler(ctx *router.Context) {
}
func getCrRevJSON(c context.Context, pos string) (map[string]string, error) {
- c = client.UseServiceAccountTransport(c, nil, nil)
+ c = client.UseServiceAccountTransport(c, nil)
hc := &http.Client{Transport: urlfetch.Get(c)}
« no previous file with comments | « DEPS ('k') | go/src/infra/crimson/proto/crimsonserver_dec.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698