Skip to content
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

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

terrytangyuan
Copy link
Member

@terrytangyuan terrytangyuan commented Oct 9, 2023

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.

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
@@ -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
Copy link
Member

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)

@agilgur5 agilgur5 added type/dependencies PRs and issues specific to updating dependencies go Pull requests that update Go dependencies labels Oct 9, 2023
@terrytangyuan
Copy link
Member Author

Let's hold off on merging until the original author confirms.

@terrytangyuan terrytangyuan marked this pull request as draft October 9, 2023 17:31
@terrytangyuan terrytangyuan marked this pull request as ready for review October 9, 2023 18:38
@terrytangyuan
Copy link
Member Author

The author confirmed so we should be good to proceed

@terrytangyuan terrytangyuan merged commit a45afc0 into argoproj:master Oct 9, 2023
26 checks passed
@terrytangyuan terrytangyuan deleted the fix-expr branch October 9, 2023 19:15
@agilgur5
Copy link
Member

Reverted this in #12033 since the original/root fork antonmedv/expr is back now (see also #11964 (reply in thread))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go Pull requests that update Go dependencies type/dependencies PRs and issues specific to updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants