-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Replace antonmedv/expr with expr-lang/expr #11971
Conversation
Signed-off-by: Yuan Tang <[email protected]>
@@ -279,4 +279,7 @@ require ( | |||
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect | |||
) | |||
|
|||
replace github.com/go-git/go-git/v5 => github.com/argoproj-labs/go-git/v5 v5.4.7 | |||
replace ( | |||
github.com/antonmedv/expr => github.com/expr-lang/expr v0.0.0-20230912141041-709c5dd55aa7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that this commit SHA matches the one I confirmed to be from the original repo in #11964 (reply in thread).
Per my comment there though, we do not yet have confirmation from the author that expr-lang/expr
is an "official" fork. I think we should wait for confirmation from the author or use a known, trusted fork in the interim (such as my fork)
Let's hold off on merging until the original author confirms. |
The author confirmed so we should be good to proceed |
Reverted this in #12033 since the original/root fork |
The current link is down and the author has created a fork in expr-lang. We use a
replace
here since the original repo would likely recover once GitHub handles the issue.