File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,6 @@ replace github.com/jfrog/jfrog-cli-artifactory => github.com/fluxxBot/jfrog-cli-
193193
194194replace github.com/jfrog/jfrog-cli-core/v2 => github.com/fluxxBot/jfrog-cli-core/v2 v2.31.1-0.20250507210212-9f32a8d2df64
195195
196- replace github.com/jfrog/jfrog-client-go => github.com/fluxxBot /jfrog-client-go v1.28.1-0.20250413214704-1b6cdf0520c6
196+ replace github.com/jfrog/jfrog-client-go => github.com/jfrog /jfrog-client-go v1.28.1-0.20250430100056-710dedd0f5e0
197197
198198// replace github.com/jfrog/jfrog-cli-security => github.com/jfrog/jfrog-cli-security v1.16.3-0.20250402121228-12cce9f88504
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ github.com/fluxxBot/jfrog-cli-artifactory v0.0.0-20250507210543-daeb73a3677e h1:
9696github.com/fluxxBot/jfrog-cli-artifactory v0.0.0-20250507210543-daeb73a3677e /go.mod h1:rYoB7fKRY8LWlcnXSAukw5TyRsoDrsOToq8fqL3TzIM =
9797github.com/fluxxBot/jfrog-cli-core/v2 v2.31.1-0.20250507210212-9f32a8d2df64 h1:p6GPNpDiQzu/+TcP5OXqkQzKVHRzDIKba8J4C6TGXT4 =
9898github.com/fluxxBot/jfrog-cli-core/v2 v2.31.1-0.20250507210212-9f32a8d2df64 /go.mod h1:/w05+rVbv0hbfsJesn45KjsQ7ZhUqR56O1yWL23p9S4 =
99- github.com/fluxxBot/jfrog-client-go v1.28.1-0.20250413214704-1b6cdf0520c6 h1:krAN+7hGggGDXfAlcC8eni2QxWfW7I5JVNPvhI3vS4U =
100- github.com/fluxxBot/jfrog-client-go v1.28.1-0.20250413214704-1b6cdf0520c6 /go.mod h1:uRmT8Q1SJymIzId01v0W1o8mGqrRfrwUF53CgEMsH0U =
10199github.com/forPelevin/gomoji v1.3.0 h1:WPIOLWB1bvRYlKZnSSEevLt3IfKlLs+tK+YA9fFYlkE =
102100github.com/forPelevin/gomoji v1.3.0 /go.mod h1:mM6GtmCgpoQP2usDArc6GjbXrti5+FffolyQfGgPboQ =
103101github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8 =
@@ -196,6 +194,8 @@ github.com/jfrog/jfrog-cli-platform-services v1.9.0 h1:r/ETgJuMUOUu12w20ydsF6paq
196194github.com/jfrog/jfrog-cli-platform-services v1.9.0 /go.mod h1:pMZMSwhj7yA4VKyj0Skr2lObIyGpZUxNJ40DSLKXU38 =
197195github.com/jfrog/jfrog-cli-security v1.17.1 h1:4gXZ9Q59DOBkntMBDjlcVdZ1jaJUn1bFy4Rhr+SAeqA =
198196github.com/jfrog/jfrog-cli-security v1.17.1 /go.mod h1:655eM28gQHUdT6IC6uQf677tqrN1wEcPRzc+8vcM/vA =
197+ github.com/jfrog/jfrog-client-go v1.28.1-0.20250430100056-710dedd0f5e0 h1:UU7LceQD3EqOE1nT9R035o9lDm7/jBPPfbKua2G+B/8 =
198+ github.com/jfrog/jfrog-client-go v1.28.1-0.20250430100056-710dedd0f5e0 /go.mod h1:uRmT8Q1SJymIzId01v0W1o8mGqrRfrwUF53CgEMsH0U =
199199github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
200200github.com/json-iterator/go v1.1.12 /go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo =
201201github.com/jszwec/csvutil v1.10.0 h1:upMDUxhQKqZ5ZDCs/wy+8Kib8rZR8I8lOR34yJkdqhI =
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ func TestNpmInstallClientNative(t *testing.T) {
251251}
252252
253253func createNpmrcForTesting (t * testing.T , configFilePath string ) (err error ) {
254- //Creation of npmrc - npmCommand.CreateTempNpmrc() function is used to create a npmrc file used for uploading
254+ // Creation of npmrc - npmCommand.CreateTempNpmrc() function is used to create a npmrc file
255255 npmCommand := npm .NewNpmCommand ("install" , true )
256256 npmCommand .SetConfigFilePath (configFilePath )
257257 npmCommand .SetServerDetails (serverDetails )
You can’t perform that action at this time.
0 commit comments