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

review and prune replace directives in go.mod #4045

Open
arcolife opened this issue Sep 19, 2023 · 0 comments
Open

review and prune replace directives in go.mod #4045

arcolife opened this issue Sep 19, 2023 · 0 comments

Comments

@arcolife
Copy link
Contributor

arcolife commented Sep 19, 2023

Those replace directives in go.mod appear to be ever increasing, thereby increasing chances of conflicts when bumping up sub-dependencies.

For example, dropping back as much as 1.7.x -> v0.21.x for github.com/Azure/azure-sdk-for-go/sdk/azcore ..which might be justified for now, but we need to check all such directives.

This work needs a careful study of all such deps and their uses in the codebase, so as to prune them as per #4031 (comment) and #4031 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant