-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
k6 dependencies update #3136
k6 dependencies update #3136
Conversation
a72ce85
to
c5bdfac
Compare
* upgraded golang.org/x/crypto v0.9.0 => v0.10.0 * upgraded golang.org/x/sys v0.8.0 => v0.9.0 * upgraded golang.org/x/term v0.8.0 => v0.9.0 * upgraded golang.org/x/text v0.9.0 => v0.10.0 * upgraded golang.org/x/net v0.10.0 => v0.11.0
c5bdfac
to
f682358
Compare
Codecov Report
@@ Coverage Diff @@
## master #3136 +/- ##
=======================================
Coverage 73.88% 73.88%
=======================================
Files 243 243
Lines 18488 18488
=======================================
Hits 13660 13660
Misses 3961 3961
Partials 867 867
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
github.com/mccutchen/go-httpbin v1.1.2-0.20190116014521-c5cb2f4802fa | ||
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd | ||
github.com/mstoykov/envconfig v1.4.1-0.20220114105314-765c6d8c76f1 | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/sirupsen/logrus v1.9.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just reporting that it sounds a good relevant update for us https://github.com/sirupsen/logrus/releases/tag/v1.9.3.
It should make sense to backport it if we will release a patch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏🏻 🙇🏻
What?
Updating the dependencies of the k6.
This time nothing really interesting for the k6 was spotted, so mostly it's about bug fixes and minor improvements.
Why?
Keep k6 up to date with the dependencies.