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

Unified Diff: go/src/infra/tools/cipd/local/deployer.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/tools/cipd/local/builder.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/cipd/local/deployer.go
diff --git a/go/src/infra/tools/cipd/local/deployer.go b/go/src/infra/tools/cipd/local/deployer.go
index 9181105f336c9e7b67c98ef797e85641a268b24a..b2bcb7c7f320cf40dac56184a8f3296de5eff6b8 100644
--- a/go/src/infra/tools/cipd/local/deployer.go
+++ b/go/src/infra/tools/cipd/local/deployer.go
@@ -16,7 +16,8 @@ import (
"sync"
"time"
- "infra/libs/logging"
+ "github.com/luci/luci-go/common/logging"
+
"infra/tools/cipd/common"
)
« no previous file with comments | « go/src/infra/tools/cipd/local/builder.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698