summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/mod/example.com_retract_v0.0.1.txt
blob: b1466d0b440bbf2f19df4dff70e729121695f2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-- go.mod --
module example.com/retract

go 1.12

require example.com/retractdep v1.0.0
-- go.sum --
example.com/retractdep v1.0.0 h1:SOVn6jA2ygQY+v8/5aAwxVUJ9teuLrdH/UmbUtp2C44=
example.com/retractdep v1.0.0/go.mod h1:UjjWSH/ulfbAGgQQwm7pAZ988MFRngUSkJnzcuPsYDI=
-- a.go --
package a

import _ "example.com/retractdep"