]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modget: diagnose missing transitive dependencies
authorBryan C. Mills <bcmills@google.com>
Thu, 10 Sep 2020 12:43:21 +0000 (08:43 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 22 Sep 2020 17:59:55 +0000 (17:59 +0000)
commitea42b771e9f0726b0e10278df0b5759b984e9cc3
tree5b57328e37d0ec7eb140ba0381f891da82c0eedf
parent3aa09489ab3aa13a3ac78b1ff012b148ffffe367
cmd/go/internal/modget: diagnose missing transitive dependencies

For #41315

Change-Id: I3989bcb051ae57dd2d8f89759d241d4cdce49659
Reviewed-on: https://go-review.googlesource.com/c/go/+/255969
Trust: Bryan C. Mills <bcmills@google.com>
Trust: Jay Conrod <jayconrod@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/internal/modget/get.go
src/cmd/go/testdata/mod/example.com_retract_rename_v1.0.0-bad.txt
src/cmd/go/testdata/mod/example.com_retract_rename_v1.9.0-new.txt
src/cmd/go/testdata/mod/example.net_pkgadded_v1.0.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/example.net_pkgadded_v1.1.0.txt [new file with mode: 0644]
src/cmd/go/testdata/mod/example.net_pkgadded_v1.2.0.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_downgrade_missing.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_get_errors.txt [new file with mode: 0644]