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

Update dependencies #76

Merged

Conversation

johanfleury
Copy link
Contributor

@johanfleury johanfleury commented Jul 19, 2021

I’m not sure how to update dependencies so what I did is to change github.com/prometheus/common version to 0.29.0 in go.mod then to run go mod tidy and go mod vendor.

This is something I didn’t catch in #71 as there’s not much debug logging in the code.

Fixes #75

@johanfleury
Copy link
Contributor Author

BTW, is there a reason to vendor dependencies?

@ribbybibby
Copy link
Owner

ribbybibby commented Jul 20, 2021

BTW, is there a reason to vendor dependencies?

There used to be but I don't think there's any reason to do it now. Seen as the scope of this PR is updating deps, I'd be happy to ditch it here.

@johanfleury
Copy link
Contributor Author

I removed the vendor directory, I hope that’s all that is needed.

@ribbybibby ribbybibby merged commit ef1a35d into ribbybibby:master Aug 7, 2021
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

Successfully merging this pull request may close these issues.

The log.level flag has no effects since version 2.2.1 (#71)
2 participants