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

Unified Diff: go/src/infra/tools/auth/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/monitoring/messages/alerts.go ('k') | go/src/infra/tools/cipd/apps/cipd/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/tools/auth/main.go
diff --git a/go/src/infra/tools/auth/main.go b/go/src/infra/tools/auth/main.go
index 7f3cd976a5e4544311e0e5bccfea9c7791f522c2..e5fd351c367d6c2bd181a7e1e85bc8eb429c006f 100644
--- a/go/src/infra/tools/auth/main.go
+++ b/go/src/infra/tools/auth/main.go
@@ -11,10 +11,10 @@ package main
import (
"os"
- "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"
)
func main() {
« no previous file with comments | « go/src/infra/monitoring/messages/alerts.go ('k') | go/src/infra/tools/cipd/apps/cipd/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698