]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: test remote lookup of packages with leading dots in path elements
authorJay Conrod <jayconrod@google.com>
Mon, 1 Mar 2021 20:18:12 +0000 (15:18 -0500)
committerJay Conrod <jayconrod@google.com>
Wed, 10 Mar 2021 20:52:20 +0000 (20:52 +0000)
commita1a3d33b0dbd42ab91b04ba19bbee48b55427d58
tree98784611109beee0ba718cb15fee6371f1d74fa5
parentccf9acefa8b61fb58daad233a6e0478d092d55ef
cmd/go: test remote lookup of packages with leading dots in path elements

Follow-up to CL 297530.

For #43985
For #34992

Change-Id: I2cfa6c41c013e627c3464c383ca42f5c9ebe521a
Reviewed-on: https://go-review.googlesource.com/c/go/+/297634
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/go/internal/modload/query.go
src/cmd/go/proxy_test.go
src/cmd/go/testdata/mod/example.com_dotname_v1.0.0.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_invalid_path_dotname.txt [new file with mode: 0644]
src/cmd/go/testdata/script/mod_invalid_path_plus.txt
src/cmd/vendor/golang.org/x/mod/module/module.go
src/cmd/vendor/modules.txt