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 #871

Open
Morty-luo opened this issue Feb 12, 2023 · 0 comments
Open

no longer needed replace line in go.mod #871

Morty-luo opened this issue Feb 12, 2023 · 0 comments

Comments

@Morty-luo
Copy link

It seems that schemahero/schemahero at now indirectly depends on newer safe version v1.12.1 of github.com/prometheus/client_golang.
Keep following replace line in go.mod makes no sense but limits the update of github.com/prometheus/client_golang. Should it be dropped or commented?

https://github.com/schemahero/schemahero/blob/main/go.mod#L139

replace (
    ...
    github.com/prometheus/client_golang => github.com/prometheus/client_golang v1.11.1
)

https://github.com/schemahero/schemahero/blob/main/go.mod#L101

github.com/prometheus/client_golang v1.12.1 // indirect
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

1 participant