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