File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,14 @@ module github.com/jfrog/jfrog-cli-application
22
33go 1.23.4
44
5- require github.com/jfrog/jfrog-cli-core/v2 v2.57.5
5+ require (
6+ github.com/jfrog/jfrog-cli-core/v2 v2.57.5
7+ github.com/jfrog/jfrog-client-go v1.48.6
8+ )
69
710require (
811 dario.cat/mergo v1.0.0 // indirect
12+ github.com/BurntSushi/toml v1.4.0 // indirect
913 github.com/CycloneDX/cyclonedx-go v0.9.0 // indirect
1014 github.com/Microsoft/go-winio v0.6.1 // indirect
1115 github.com/ProtonMail/go-crypto v1.1.2 // indirect
@@ -34,7 +38,6 @@ require (
3438 github.com/jfrog/archiver/v3 v3.6.1 // indirect
3539 github.com/jfrog/build-info-go v1.10.7 // indirect
3640 github.com/jfrog/gofrog v1.7.6 // indirect
37- github.com/jfrog/jfrog-client-go v1.48.6 // indirect
3841 github.com/kevinburke/ssh_config v1.2.0 // indirect
3942 github.com/klauspost/compress v1.17.9 // indirect
4043 github.com/klauspost/cpuid/v2 v2.2.3 // indirect
You can’t perform that action at this time.
0 commit comments