Text file src/cmd/go/testdata/mod/rsc.io_badsum_v1.0.1.txt
1 rsc.io/badsum@v1.0.1 2 3 This module would match the hard-coded hash for rsc.io/badsum v1.0.1/go.mod 4 in modfetch/notary.go if not for the "break hash" line. 5 6 -- .mod -- 7 module "rsc.io/badsum" 8 # break hash 9 -- .info -- 10 {"Version":"v1.0.1","Time":"2018-02-14T00:45:20Z"} 11 -- go.mod -- 12 module "rsc.io/badsum" 13 -- badsum.go -- 14 package badsum 15