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

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