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

Unified Diff: go/deps.yaml

Issue 1905233002: Add framework for basic cr command (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 8 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/deps.lock ('k') | go/src/infra/tools/cr/cmd/firstrun.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/deps.yaml
diff --git a/go/deps.yaml b/go/deps.yaml
index 898812a386c8751e9ba82f652b8a767058bc13ee..9272ffbac65265ee19b4b86ea84b6f4aef5e064d 100644
--- a/go/deps.yaml
+++ b/go/deps.yaml
@@ -60,6 +60,12 @@ import:
repo: https://chromium.googlesource.com/external/github.com/smartystreets/goconvey.git
subpackages:
- convey
+- package: github.com/spf13/cobra
+ version: master
+ repo: https://chromium.googlesource.com/external/github.com/spf13/cobra.git
+- package: github.com/spf13/pflag
+ version: master
+ repo: https://chromium.googlesource.com/external/github.com/spf13/pflag.git
- package: github.com/xtgo/set
version: master
repo: https://chromium.googlesource.com/external/github.com/xtgo/set.git
« no previous file with comments | « go/deps.lock ('k') | go/src/infra/tools/cr/cmd/firstrun.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698