jfrog / jfrog-cli

JFrog CLI is a client that provides a simple interface that automates access to the JFrog products.
https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
Apache License 2.0
519 stars 223 forks source link

Fix Maven config freeze #2564

Closed yahavi closed 3 weeks ago

yahavi commented 3 weeks ago

Regression of https://github.com/jfrog/jfrog-cli-core/pull/372 jf mvnc freeze after this question:

Would you like to filter out some of the deployed artifacts? (y/n) [n]? 

This is a temporary solution until we replace github.com/c-bata/go-prompt. I used "replace" in the go.mod file instead of "require" to prevent go mod tidy from updating the dependency version.