We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cbb94 commit 75a0253Copy full SHA for 75a0253
go.mod
@@ -114,6 +114,7 @@ require (
114
sigs.k8s.io/yaml v1.4.0 // indirect
115
)
116
117
+// replace github.com/jfrog/jfrog-client-go => github.com/rimapol/jfrog-client-go feature/support-multiple-sources
118
replace github.com/jfrog/jfrog-client-go => github.com/rimapol/jfrog-client-go v0.0.0-20250612223352-8bf50cddd4bd
119
120
// replace github.com/jfrog/jfrog-client-go => ../jfrog-client-go
0 commit comments