summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/mod/example.com_retractdep_v3_v3.0.0.txt
blob: 1d526a96c0012ad143b0257000492206e8349e6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Identical to v1.0.0: just need a new version so that we can test different
# error messages based on the vX.0.1 retraction comments. We can't test them in
# the same major version because go mod will always use the latest version's
# error message.
-- go.mod --
module example.com/retractdep/v3

go 1.12
-- a.go --
package a

const A = "a"