summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/patherrors/dup_roots_branch.test
blob: 66f79bb61246aa9f39f9e19478350155a933ebfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
dir=dup
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/go.mod
	dup/v2/go.mod

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