summaryrefslogtreecommitdiffstats
path: root/src/cmd/go/testdata/mod/example.com_badchain_b_v1.1.0.txt
blob: 664818474ce815cb4bc882914c8c5d1e2ffa2263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
example.com/badchain/b v1.1.0

-- .mod --
module example.com/badchain/b

require example.com/badchain/c v1.1.0
-- .info --
{"Version":"v1.1.0"}
-- b.go --
package b

import _ "example.com/badchain/c"