File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ require (
9696 gopkg.in/warnings.v0 v0.1.2 // indirect
9797)
9898
99- replace github.com/jfrog/jfrog-client-go => github.com/eyalbe4/jfrog-client-go v1.28.1-0.20241222151331-7cc07c031216
99+ replace github.com/jfrog/jfrog-client-go => github.com/eyalbe4/jfrog-client-go visibility-system-imp
100100
101101// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go v1.8.9-0.20241121100855-e7a75ceee2bd
102102
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ func (vsm *VisibilitySystemManager) SendUsage(commandName string) error {
4242 if err != nil {
4343 return err
4444 }
45- return manager .PostMetric (vsm .createMetric (commandName ))
45+ return manager .PostVisibilityMetric (vsm .createMetric (commandName ))
4646}
You can’t perform that action at this time.
0 commit comments