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

Unified Diff: go/src/infra/monitoring/analyzer/analyzer.go

Issue 1153883002: go: infra/libs/* now live in luci-go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: move the rest too Created 5 years, 7 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 | « go/src/infra/libs/parallel/parallel_test.go ('k') | go/src/infra/monitoring/client/client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/analyzer/analyzer.go
diff --git a/go/src/infra/monitoring/analyzer/analyzer.go b/go/src/infra/monitoring/analyzer/analyzer.go
index e113bd95633d6bb5c7e730d217a0848a9e3612e7..c18ca0d353720b3167cb32977b97f21056e098f3 100644
--- a/go/src/infra/monitoring/analyzer/analyzer.go
+++ b/go/src/infra/monitoring/analyzer/analyzer.go
@@ -14,7 +14,7 @@ import (
"sync"
"time"
- "infra/libs/logging/gologger"
+ "github.com/luci/luci-go/common/logging/gologger"
"infra/monitoring/client"
"infra/monitoring/messages"
« no previous file with comments | « go/src/infra/libs/parallel/parallel_test.go ('k') | go/src/infra/monitoring/client/client.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698