summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/patherrors/dup_roots_dir.test
blob: 3898da43976e0c24d89da24c21ad5e9682c087a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
dir=dup/v2
base=none
success=false
vcs=git
-- dup/go.mod --
module example.com/dup/v2

go 1.13
-- dup/v2/go.mod --
module example.com/dup/v2

go 1.13
-- want --
# diagnostics
module is defined in two locations:
	dup/v2/go.mod
	dup/go.mod

# summary
Suggested version: v2.0.0 (with tag dup/v2.0.0)