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

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

go 1.12