summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/sub/nest_v2_dir.test
blob: 7e99c1e5c81d947df6b54345446e0af4106a318e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod=example.com/sub/nest/v2
dir=nest/v2
base=v2.0.0
vcs=git
-- want --
# summary
Suggested version: v2.0.1 (with tag nest/v2.0.1)
-- nest/v2/go.mod --
module example.com/sub/nest/v2

go 1.12
-- nest/v2/nest.go --
package nest