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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 package: . 1 package: .
2 import: 2 import:
3 - package: github.com/dustin/go-humanize 3 - package: github.com/dustin/go-humanize
4 version: master 4 version: master
5 repo: https://chromium.googlesource.com/external/github.com/dustin/go-humanize .git 5 repo: https://chromium.googlesource.com/external/github.com/dustin/go-humanize .git
6 - package: github.com/golang/protobuf 6 - package: github.com/golang/protobuf
7 version: master 7 version: master
8 repo: https://chromium.googlesource.com/external/github.com/golang/protobuf.gi t 8 repo: https://chromium.googlesource.com/external/github.com/golang/protobuf.gi t
9 subpackages: 9 subpackages:
10 - jsonpb 10 - jsonpb
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 - log 99 - log
100 - mail 100 - mail
101 - memcache 101 - memcache
102 - module 102 - module
103 - remote_api 103 - remote_api
104 - taskqueue 104 - taskqueue
105 - urlfetch 105 - urlfetch
106 - user 106 - user
107 - cmd/aedeploy 107 - cmd/aedeploy
108 - package: cloud.google.com/go 108 - package: cloud.google.com/go
109 version: master 109 # TODO(crbug.com/645648): Fix test breakages when gocloud gets rolled past
110 # this revision.
111 version: bdbde4dc7e9c0d48d900460402be1d4a7c0902cf
110 repo: https://code.googlesource.com/gocloud.git 112 repo: https://code.googlesource.com/gocloud.git
111 subpackages: 113 subpackages:
112 - bigtable 114 - bigtable
113 - compute/metadata 115 - compute/metadata
114 - pubsub 116 - pubsub
115 - storage 117 - storage
116 - package: google.golang.org/genproto 118 - package: google.golang.org/genproto
117 version: master 119 version: master
118 repo: https://chromium.googlesource.com/external/github.com/google/go-genproto .git 120 repo: https://chromium.googlesource.com/external/github.com/google/go-genproto .git
119 subpackages: 121 subpackages:
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 version: master 195 version: master
194 repo: https://chromium.googlesource.com/external/github.com/go-sql-driver/mysq l.git 196 repo: https://chromium.googlesource.com/external/github.com/go-sql-driver/mysq l.git
195 - package: github.com/mitchellh/go-homedir 197 - package: github.com/mitchellh/go-homedir
196 version: master 198 version: master
197 repo: https://chromium.googlesource.com/external/github.com/mitchellh/go-homed ir.git 199 repo: https://chromium.googlesource.com/external/github.com/mitchellh/go-homed ir.git
198 - package: golang.org/x/mobile 200 - package: golang.org/x/mobile
199 version: master 201 version: master
200 repo: https://go.googlesource.com/mobile.git 202 repo: https://go.googlesource.com/mobile.git
201 subpackages: 203 subpackages:
202 - cmd/gomobile 204 - cmd/gomobile
205 - package: github.com/VividCortex/godaemon
206 repo: https://chromium.googlesource.com/external/github.com/VividCortex/godaem on.git
207 version: master
OLDNEW
« 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