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

Side by Side Diff: go/deps.yaml

Issue 2220533002: Roll Go DEPS, add cloud.google.com/go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 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') | no next file » | 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 repo: https://go.googlesource.com/oauth2.git 79 repo: https://go.googlesource.com/oauth2.git
80 subpackages: 80 subpackages:
81 - google 81 - google
82 - jwt 82 - jwt
83 - package: google.golang.org/api 83 - package: google.golang.org/api
84 version: master 84 version: master
85 repo: https://code.googlesource.com/google-api-go-client.git 85 repo: https://code.googlesource.com/google-api-go-client.git
86 subpackages: 86 subpackages:
87 - gensupport 87 - gensupport
88 - googleapi 88 - googleapi
89 - options
89 - logging/v1beta3 90 - logging/v1beta3
90 - pubsub/v1 91 - pubsub/v1
91 - taskqueue/v1beta2 92 - taskqueue/v1beta2
92 - google-api-go-generator 93 - google-api-go-generator
93 - package: google.golang.org/appengine 94 - package: google.golang.org/appengine
94 version: master 95 version: master
95 repo: https://chromium.googlesource.com/external/github.com/golang/appengine.g it 96 repo: https://chromium.googlesource.com/external/github.com/golang/appengine.g it
96 subpackages: 97 subpackages:
97 - datastore 98 - datastore
98 - log 99 - log
99 - mail 100 - mail
100 - memcache 101 - memcache
101 - module 102 - module
102 - remote_api 103 - remote_api
103 - taskqueue 104 - taskqueue
104 - urlfetch 105 - urlfetch
105 - user 106 - user
106 - cmd/aedeploy 107 - cmd/aedeploy
107 - package: google.golang.org/cloud 108 - package: google.golang.org/cloud
109 version: 30fab6304c9888af49f1884cf4eddad7027e2e7b
110 repo: https://code.googlesource.com/gocloud.git
111 subpackages:
112 - bigtable
113 - compute/metadata
114 - pubsub
115 - storage
116 - package: google.golang.org/genproto
117 version: master
118 repo: https://github.com/google/go-genproto
119 subpackages:
120 - googleapis/bigtable/admin/v2
121 - package: cloud.google.com/go
108 version: master 122 version: master
109 repo: https://code.googlesource.com/gocloud.git 123 repo: https://code.googlesource.com/gocloud.git
110 subpackages: 124 subpackages:
111 - bigtable 125 - bigtable
112 - compute/metadata 126 - compute/metadata
113 - pubsub 127 - pubsub
114 - storage 128 - storage
115 - package: google.golang.org/grpc 129 - package: google.golang.org/grpc
116 version: master 130 version: master
117 repo: https://chromium.googlesource.com/external/github.com/grpc/grpc-go.git 131 repo: https://chromium.googlesource.com/external/github.com/grpc/grpc-go.git
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 version: master 184 version: master
171 repo: https://go.googlesource.com/tools.git 185 repo: https://go.googlesource.com/tools.git
172 subpackages: 186 subpackages:
173 - cmd/callgraph 187 - cmd/callgraph
174 - cmd/fiximports 188 - cmd/fiximports
175 - cmd/godex 189 - cmd/godex
176 - cmd/goimports 190 - cmd/goimports
177 - cmd/gomvpkg 191 - cmd/gomvpkg
178 - cmd/gorename 192 - cmd/gorename
179 - cmd/guru 193 - cmd/guru
180 - cmd/oracle
181 - cmd/stringer 194 - cmd/stringer
182 - package: github.com/kisielk/gotool 195 - package: github.com/kisielk/gotool
183 version: master 196 version: master
184 repo: https://chromium.googlesource.com/external/github.com/kisielk/gotool.git 197 repo: https://chromium.googlesource.com/external/github.com/kisielk/gotool.git
185 - package: github.com/go-sql-driver/mysql 198 - package: github.com/go-sql-driver/mysql
186 version: master 199 version: master
187 repo: https://chromium.googlesource.com/external/github.com/go-sql-driver/mysq l.git 200 repo: https://chromium.googlesource.com/external/github.com/go-sql-driver/mysq l.git
188 - package: github.com/mitchellh/go-homedir 201 - package: github.com/mitchellh/go-homedir
189 repo: https://chromium.googlesource.com/external/github.com/mitchellh/go-homed ir.git 202 repo: https://chromium.googlesource.com/external/github.com/mitchellh/go-homed ir.git
190 version: master 203 version: master
OLDNEW
« no previous file with comments | « go/deps.lock ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698