summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/mod/example.com_retractdep_v1.0.0.txt
blob: 36aa3d906e6452b14e678d9e7267c7fe37c6f003 (plain)
1
2
3
4
5
6
7
8
-- go.mod --
module example.com/retractdep

go 1.12
-- a.go --
package a

const A = "a"