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

no longer needed replace line in go.mod #483

Open
Morty-luo opened this issue Feb 9, 2023 · 1 comment
Open

no longer needed replace line in go.mod #483

Morty-luo opened this issue Feb 9, 2023 · 1 comment

Comments

@Morty-luo
Copy link

It seems that fluxcd/image-automation-controller at now indirectly depends on newer version v0.6.0 of golang.org/x/text.
Keep according replace line in go.mod makes no sense but limits the update of golang.org/x/text. Should it be dropped?

https://github.com/fluxcd/image-automation-controller/blob/main/go.mod#L134

golang.org/x/text v0.6.0 // indirect

https://github.com/fluxcd/image-automation-controller/blob/main/go.mod#L40

replace golang.org/x/text => golang.org/x/text v0.4.0
@hiddeco
Copy link
Member

hiddeco commented Feb 9, 2023

Yup, that should indeed be dropped.

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

No branches or pull requests

2 participants