summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/patherrors/pathsubv2.test
blob: 8ab2c80d41a73e8fd8094d0f3580c6496dc6eb4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod=example.com/patherrors
base=none
dir=x
success=false
vcs=git
-- want --
# diagnostics
example.com/y/v2: module path must end with "x" or "x/v2", since it is in subdirectory "x"

# summary
Suggested version: v2.0.0
-- .mod --
module example.com/patherrors
-- x/go.mod --
module example.com/y/v2

go 1.12