summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/mod/example.com_cycledep_v1.0.0.txt
blob: 83f7e344cb5fb1140f666bb9ccdee846e44f581f (plain)
1
2
3
4
5
6
7
8
9
10
-- go.mod --
module example.com/cycledep

go 1.12

require example.com/cycle v1.5.0
-- a.go --
package a

import _ "example.com/cycle"