summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/mod/example.com_retract_incompatible_v1.0.0.txt
blob: a987685e248b7a45130289660f20e759653b7266 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
The v1.0.0 release of example.com/retract/incompatible retracts
v2.0.0+incompatible.

-- .mod --
module example.com/retract/incompatible

go 1.16

retract v2.0.0+incompatible
-- .info --
{"Version":"v1.0.0"}
-- go.mod --
module example.com/retract/incompatible

go 1.16

retract v2.0.0+incompatible
-- incompatible.go --
package incompatible