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

Unified Diff: go/src/infra/tools/cipd/apps/cipd/main.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/auth/main.go ('k') | go/src/infra/tools/cipd/client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/cipd/apps/cipd/main.go
diff --git a/go/src/infra/tools/cipd/apps/cipd/main.go b/go/src/infra/tools/cipd/apps/cipd/main.go
index 0dcc30ed06a85b9b1e98a82f8e54cb3144f269b5..132b83d606e49dd2d785ff0e64b551fa8e99672d 100644
--- a/go/src/infra/tools/cipd/apps/cipd/main.go
+++ b/go/src/infra/tools/cipd/apps/cipd/main.go
@@ -22,10 +22,10 @@ import (
"path/filepath"
"strings"
- "github.com/maruel/subcommands"
+ "github.com/luci/luci-go/common/auth"
+ "github.com/luci/luci-go/common/logging/gologger"
- "infra/libs/auth"
- "infra/libs/logging/gologger"
+ "github.com/maruel/subcommands"
"infra/tools/cipd"
"infra/tools/cipd/common"
« no previous file with comments | « go/src/infra/tools/auth/main.go ('k') | go/src/infra/tools/cipd/client.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698