File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -255,6 +255,10 @@ func file(name string) *acFile {
255
255
// updated, and used to find contributors to add to the CONTRIBUTORS file.
256
256
// It includes "go", which represents the main Go repository,
257
257
// and an import path corresponding to each subrepository root.
258
+ //
259
+ // TODO(golang.org/issue/36047): Rewrite to use x/build/repos, being
260
+ // mindful whether each repo is expected to contribute to the main
261
+ // Go distribution's CONTRIBUTORS file or not.
258
262
var repos = []string {
259
263
"go" , // main repo
260
264
"golang.org/x/arch" ,
@@ -263,14 +267,17 @@ var repos = []string{
263
267
"golang.org/x/build" ,
264
268
"golang.org/x/crypto" ,
265
269
"golang.org/x/debug" ,
270
+ "golang.org/dl" ,
266
271
"golang.org/x/exp" ,
267
272
"github.com/golang/gddo" , // The canonical import path for gddo is on GitHub.
268
273
"golang.org/x/image" ,
269
274
"golang.org/x/lint" ,
270
275
"golang.org/x/mobile" ,
276
+ "golang.org/x/mod" ,
271
277
"golang.org/x/net" ,
272
278
"golang.org/x/oauth2" ,
273
279
"golang.org/x/perf" ,
280
+ "golang.org/x/pkgsite" ,
274
281
"golang.org/x/playground" ,
275
282
"go.googlesource.com/proposal.git" , // It doesn't have an /x/ vanity import path.
276
283
"golang.org/x/review" ,
You can’t perform that action at this time.
0 commit comments