github.com/gagliardetto/golang-go@v0.0.0-20201020153340-53909ea70814/cmd/go/testdata/mod/rsc.io_badsum_v1.0.1.txt (about)

     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