Skip to content

Commit 235029e

Browse files
committed
Fixed jf pip deps.cache off-by-one error
1 parent 0c11b17 commit 235029e

File tree

5 files changed

+342
-357
lines changed

5 files changed

+342
-357
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ require (
242242
sigs.k8s.io/yaml v1.4.0 // indirect
243243
)
244244

245-
// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go v1.8.9-0.20250806055519-cdc723aaec09
245+
replace github.com/jfrog/build-info-go => github.com/fluxxBot/build-info-go v1.10.10-0.20250825213536-067391c552e8
246246

247247
// replace github.com/jfrog/jfrog-cli-artifactory => github.com/jfrog/jfrog-cli-artifactory v0.4.1-0.20250718083259-4a60768eb51b
248248

0 commit comments

Comments
 (0)