]> Cypherpunks repositories - gostls13.git/commit
cmd/go: sort vendor/modules.txt package lists
authorRuss Cox <rsc@golang.org>
Tue, 30 Apr 2019 20:18:53 +0000 (16:18 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 1 May 2019 18:50:36 +0000 (18:50 +0000)
commit40a6d0e0ef0fd2020423dd9c35b0fb62d2cb016e
tree6b1ac0b582ba0c078fda027688fdda4d41b2c2d3
parent3259bc441957bf74f069cf7df961367a3472afb2
cmd/go: sort vendor/modules.txt package lists

Right now they are in a deterministic order
but one that depends on the shape of the import graph.
Sort them instead.

Change-Id: Ia0c076a0d6677a511e52acf01f38353e9895dec2
Reviewed-on: https://go-review.googlesource.com/c/go/+/174527
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/modcmd/vendor.go
src/cmd/go/testdata/script/mod_vendor.txt