@@ -16,7 +16,7 @@ require (
1616 github.com/docker/docker v27.5.1+incompatible
1717 github.com/gocarina/gocsv v0.0.0-20240520201108-78e41c74b4b1
1818 github.com/jfrog/archiver/v3 v3.6.1
19- github.com/jfrog/build-info-go v1.12.0
19+ github.com/jfrog/build-info-go v1.12.1
2020 github.com/jfrog/gofrog v1.7.6
2121 github.com/jfrog/jfrog-cli-application v1.0.1
2222 github.com/jfrog/jfrog-cli-artifactory v0.7.3-0.20251017072454-f83a03ee98d6
@@ -40,15 +40,13 @@ require (
4040 github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
4141 github.com/BurntSushi/toml v1.5.0 // indirect
4242 github.com/CycloneDX/cyclonedx-go v0.9.3 // indirect
43- github.com/Masterminds/semver/v3 v3.4.0 // indirect
4443 github.com/Microsoft/go-winio v0.6.2 // indirect
4544 github.com/ProtonMail/go-crypto v1.3.0 // indirect
4645 github.com/VividCortex/ewma v1.2.0 // indirect
4746 github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
4847 github.com/andybalholm/brotli v1.2.0 // indirect
49- github.com/apache/camel-k/v2 v2.8.0 // indirect
5048 github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
51- github.com/beevik/etree v1.4 .0 // indirect
49+ github.com/beevik/etree v1.6 .0 // indirect
5250 github.com/blang/semver v3.5.1+incompatible // indirect
5351 github.com/c-bata/go-prompt v0.2.6 // indirect
5452 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -73,7 +71,6 @@ require (
7371 github.com/felixge/httpsnoop v1.0.4 // indirect
7472 github.com/forPelevin/gomoji v1.4.0 // indirect
7573 github.com/fsnotify/fsnotify v1.9.0 // indirect
76- github.com/fxamacker/cbor/v2 v2.8.0 // indirect
7774 github.com/gfleury/go-bitbucket-v1 v0.0.0-20230825095122-9bc1711434ab // indirect
7875 github.com/go-chi/chi v4.1.2+incompatible // indirect
7976 github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -82,7 +79,6 @@ require (
8279 github.com/go-jose/go-jose/v4 v4.0.5 // indirect
8380 github.com/go-logr/logr v1.4.3 // indirect
8481 github.com/go-logr/stdr v1.2.2 // indirect
85- github.com/go-logr/zapr v1.3.0 // indirect
8682 github.com/go-ole/go-ole v1.2.6 // indirect
8783 github.com/go-openapi/analysis v0.23.0 // indirect
8884 github.com/go-openapi/errors v0.22.1 // indirect
@@ -123,7 +119,6 @@ require (
123119 github.com/jfrog/go-mockhttp v0.3.1 // indirect
124120 github.com/jfrog/jfrog-apps-config v1.0.1 // indirect
125121 github.com/josharian/intern v1.0.0 // indirect
126- github.com/json-iterator/go v1.1.12 // indirect
127122 github.com/kevinburke/ssh_config v1.2.0 // indirect
128123 github.com/klauspost/compress v1.18.0 // indirect
129124 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
@@ -146,13 +141,11 @@ require (
146141 github.com/moby/sys/user v0.1.0 // indirect
147142 github.com/moby/sys/userns v0.1.0 // indirect
148143 github.com/moby/term v0.5.0 // indirect
149- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
150- github.com/modern-go/reflect2 v1.0.2 // indirect
151144 github.com/morikuni/aec v1.0.0 // indirect
152145 github.com/nwaples/rardecode v1.1.3 // indirect
153146 github.com/oklog/run v1.0.0 // indirect
154147 github.com/oklog/ulid v1.3.1 // indirect
155- github.com/onsi/ginkgo/v2 v2.25.1 // indirect
148+ github.com/onsi/gomega v1.38.2 // indirect
156149 github.com/opencontainers/go-digest v1.0.0 // indirect
157150 github.com/opencontainers/image-spec v1.1.0 // indirect
158151 github.com/opentracing/opentracing-go v1.2.0 // indirect
@@ -166,6 +159,9 @@ require (
166159 github.com/pkg/term v1.2.0-beta.2 // indirect
167160 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
168161 github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
162+ github.com/prometheus/client_golang v1.23.0 // indirect
163+ github.com/prometheus/client_model v0.6.2 // indirect
164+ github.com/prometheus/procfs v0.17.0 // indirect
169165 github.com/rivo/uniseg v0.4.7 // indirect
170166 github.com/robfig/cron/v3 v3.0.1 // indirect
171167 github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -189,7 +185,6 @@ require (
189185 github.com/spf13/cobra v1.10.1 // indirect
190186 github.com/spf13/pflag v1.0.10 // indirect
191187 github.com/spf13/viper v1.21.0 // indirect
192- github.com/stoewer/go-strcase v1.3.1 // indirect
193188 github.com/stretchr/objx v0.5.2 // indirect
194189 github.com/subosito/gotenv v1.6.0 // indirect
195190 github.com/theupdateframework/go-tuf v0.7.0 // indirect
@@ -201,7 +196,6 @@ require (
201196 github.com/ulikunitz/xz v0.5.15 // indirect
202197 github.com/vbauerster/mpb/v8 v8.10.2 // indirect
203198 github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
204- github.com/x448/float16 v0.8.4 // indirect
205199 github.com/xanzy/go-gitlab v0.110.0 // indirect
206200 github.com/xanzy/ssh-agent v0.3.3 // indirect
207201 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -218,7 +212,6 @@ require (
218212 go.opentelemetry.io/otel/trace v1.37.0 // indirect
219213 go.uber.org/multierr v1.11.0 // indirect
220214 go.uber.org/zap v1.27.0 // indirect
221- go.yaml.in/yaml/v2 v2.4.2 // indirect
222215 go.yaml.in/yaml/v3 v3.0.4 // indirect
223216 golang.org/x/crypto v0.43.0 // indirect
224217 golang.org/x/mod v0.28.0 // indirect
@@ -233,26 +226,16 @@ require (
233226 google.golang.org/genproto/googleapis/rpc v0.0.0-20250414145226-207652e42e2e // indirect
234227 google.golang.org/grpc v1.72.2 // indirect
235228 google.golang.org/protobuf v1.36.8 // indirect
236- gopkg.in/inf.v0 v0.9.1 // indirect
237229 gopkg.in/ini.v1 v1.67.0 // indirect
238230 gopkg.in/warnings.v0 v0.1.2 // indirect
239231 gopkg.in/yaml.v3 v3.0.1 // indirect
240- k8s.io/api v0.33.4 // indirect
241- k8s.io/apimachinery v0.33.4 // indirect
242- k8s.io/klog/v2 v2.130.1 // indirect
243- k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
244- sigs.k8s.io/controller-runtime v0.21.0 // indirect
245- sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
246- sigs.k8s.io/randfill v1.0.0 // indirect
247- sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
248- sigs.k8s.io/yaml v1.6.0 // indirect
249232)
250233
251234// replace github.com/jfrog/build-info-go => github.com/jfrog/build-info-go v1.8.9-0.20251006061821-8b1be6a65215
252235
253236// replace github.com/jfrog/jfrog-cli-artifactory => github.com/fluxxBot/jfrog-cli-artifactory v0.0.0-20251017061455-6a03988302bf
254237
255- // replace github.com/jfrog/jfrog-cli-core/v2 => github.com/fluxxBot /jfrog-cli-core/v2 v2.58 .1-0.20251008152439-da488ef26725
238+ replace github.com/jfrog/jfrog-cli-core/v2 => github.com/jfrog /jfrog-cli-core/v2 v2.60 .1-0.20251028101519-8c79bb06de65
256239
257240// replace github.com/jfrog/jfrog-client-go => github.com/jfrog/jfrog-client-go v1.54.2-0.20251007084958-5eeaa42c31a6
258241
0 commit comments