File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/android/android-binary-transparency/verifier_tools/verify
22
3- go 1.24
3+ go 1.25.0
44
55require (
66 github.com/google/go-cmp v0.5.7
77 golang.org/x/mod v0.5.1
88)
99
10- require golang.org/x/crypto v0.14 .0 // indirect
10+ require golang.org/x/crypto v0.52 .0 // indirect
Original file line number Diff line number Diff line change 11github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o =
22github.com/google/go-cmp v0.5.7 /go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE =
3- golang.org/x/crypto v0.14 .0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc =
4- golang.org/x/crypto v0.14 .0 /go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4 =
3+ golang.org/x/crypto v0.52 .0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988 =
4+ golang.org/x/crypto v0.52 .0 /go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc =
55golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38 =
66golang.org/x/mod v0.5.1 /go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro =
77golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4 =
You can’t perform that action at this time.
0 commit comments