File tree Expand file tree Collapse file tree
cmd/gradle-cache/testdata/groovy-project Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.4 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ go 1.25.0
44
55require (
66 github.com/alecthomas/errors v0.9.1
7- github.com/alecthomas/kong v1.13.0
8- github.com/klauspost/compress v1.17.11
7+ github.com/alecthomas/kong v1.15.0
8+ github.com/klauspost/compress v1.18.5
9+ github.com/minio/crc64nvme v1.1.1
910 golang.org/x/sync v0.20.0
11+ golang.org/x/sys v0.28.0
1012)
1113
12- require (
13- github.com/klauspost/cpuid/v2 v2.2.9 // indirect
14- github.com/minio/crc64nvme v1.1.1 // indirect
15- golang.org/x/sys v0.28.0 // indirect
16- )
14+ require github.com/klauspost/cpuid/v2 v2.2.9 // indirect
Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ github.com/alecthomas/errors v0.9.1 h1:JNXtU30rtMNARCkW41OTZ4yL6Lyocq20xIJgIw2ra
44github.com/alecthomas/errors v0.9.1 /go.mod h1:l8mjMEHMGUdIWPMNtvDyRYPVS1fQFXHFXc/iVCCLGkI =
55github.com/alecthomas/kong v1.13.0 h1:5e/7XC3ugvhP1DQBmTS+WuHtCbcv44hsohMgcvVxSrA =
66github.com/alecthomas/kong v1.13.0 /go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I =
7+ github.com/alecthomas/kong v1.15.0 h1:BVJstKbpO73zKpmIu+m/aLRrNmWwxXPIGTNin9VmLVI =
8+ github.com/alecthomas/kong v1.15.0 /go.mod h1:wrlbXem1CWqUV5Vbmss5ISYhsVPkBb1Yo7YKJghju2I =
79github.com/alecthomas/repr v0.5.2 h1:SU73FTI9D1P5UNtvseffFSGmdNci/O6RsqzeXJtP0Qs =
810github.com/alecthomas/repr v0.5.2 /go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4 =
911github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM =
1012github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
1113github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc =
1214github.com/klauspost/compress v1.17.11 /go.mod h1:pMDklpSncoRMuLFrf1W9Ss9KT+0rH90U12bZKk7uwG0 =
15+ github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE =
16+ github.com/klauspost/compress v1.18.5 /go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ =
1317github.com/klauspost/cpuid/v2 v2.2.9 h1:66ze0taIn2H33fBvCkXuv9BmCwDfafmiIVpKV9kKGuY =
1418github.com/klauspost/cpuid/v2 v2.2.9 /go.mod h1:rqkxqrZ1EhYM9G+hXH7YdowN5R5RGN6NK4QwQ3WMXF8 =
1519github.com/minio/crc64nvme v1.1.1 h1:8dwx/Pz49suywbO+auHCBpCtlW1OfpcLN7wYgVR6wAI =
You can’t perform that action at this time.
0 commit comments