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/deps.yaml

Issue 2302193002: Change daemonize logic in watchdog and add timeout to file system read. (Closed)
Patch Set: add todo Created 4 years, 3 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/device_watchdog/main.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 e69886111ea3cf1a5a426587783699a2275f8ed4..2ec09a995b9b5e6b12b1ff579db7cf9c0c681f92 100644
--- a/go/deps.yaml
+++ b/go/deps.yaml
@@ -106,7 +106,9 @@ import:
- user
- cmd/aedeploy
- package: cloud.google.com/go
- version: master
+ # TODO(crbug.com/645648): Fix test breakages when gocloud gets rolled past
+ # this revision.
+ version: bdbde4dc7e9c0d48d900460402be1d4a7c0902cf
repo: https://code.googlesource.com/gocloud.git
subpackages:
- bigtable
@@ -200,3 +202,6 @@ import:
repo: https://go.googlesource.com/mobile.git
subpackages:
- cmd/gomobile
+- package: github.com/VividCortex/godaemon
+ repo: https://chromium.googlesource.com/external/github.com/VividCortex/godaemon.git
+ version: master
« no previous file with comments | « go/deps.lock ('k') | go/src/infra/tools/device_watchdog/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698