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

Unified Diff: go/src/infra/monitoring/dispatcher/dispatcher.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/monitoring/client/client.go ('k') | go/src/infra/monitoring/messages/alerts.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/dispatcher/dispatcher.go
diff --git a/go/src/infra/monitoring/dispatcher/dispatcher.go b/go/src/infra/monitoring/dispatcher/dispatcher.go
index 82b9cde8807b1fd0e985bd211c440e9b595f6b25..557975f54e3475a7aa58460184b8e94772674e4a 100644
--- a/go/src/infra/monitoring/dispatcher/dispatcher.go
+++ b/go/src/infra/monitoring/dispatcher/dispatcher.go
@@ -20,7 +20,7 @@ import (
"strings"
"time"
- "infra/libs/logging/gologger"
+ "github.com/luci/luci-go/common/logging/gologger"
"infra/monitoring/analyzer"
"infra/monitoring/client"
« no previous file with comments | « go/src/infra/monitoring/client/client.go ('k') | go/src/infra/monitoring/messages/alerts.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698