]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: test that 'go mod tidy' retains upgraded indirect dependencies
authorBryan C. Mills <bcmills@google.com>
Fri, 5 Mar 2021 16:30:23 +0000 (11:30 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 16 Mar 2021 13:39:46 +0000 (13:39 +0000)
commit0089f8b2f5a4e3db944cf4b61314bdef45fa1b81
tree4145402d034797ad3a348cfaf1e5178317a3f1a7
parent120b9eb1c38f9b074cd3f284647e0735348fa1f4
cmd/go: test that 'go mod tidy' retains upgraded indirect dependencies

For #36460

Change-Id: I63596e1c95d0c702073cdb016579598d79cc95ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/300158
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/testdata/script/mod_tidy_indirect.txt [new file with mode: 0644]