-
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
Update dependancies #3500
Update dependancies #3500
Conversation
Which mostly drops go versions before 1.18 - which we already do not support. There are also other small fixes.
- golang/crypto@v0.14.0...v0.16.0 Mostly fixes around `ssh` - golang/net@v0.17.0...v0.19.0 cleanups for old versions mostly - golang/term@v0.13.0...v0.15.0 - golang/time@v0.3.0...v0.5.0 - golang/sys@v0.13.0...v0.15.0 - golang/text@v0.13.0...v0.14.0
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3500 +/- ##
==========================================
- Coverage 73.19% 73.18% -0.01%
==========================================
Files 267 267
Lines 20076 20076
==========================================
- Hits 14694 14692 -2
- Misses 4468 4470 +2
Partials 914 914
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
What?
Updating dependencies
Why?
Keeping dependencies up to date.
Checklist
make lint
) and all checks pass.make tests
) and all tests pass.Related PR(s)/Issue(s)