Open dependabot[bot] opened 11 months ago
Updated Dependency in pkg/securestore
The golang.org/x/crypto
dependency in the go.mod
file located in pkg/securestore
was updated to version 0.17.0. This update brings in the latest enhancements and security updates from the golang.org/x/crypto
repository.
Hash Updates in pkg/securestore
Dependencies
The hash values for multiple dependencies used in pkg/securestore
in go.sum
were updated to align with their new versions. This is an essential step to ensure the integrity and the secure use of these dependencies. The updated dependencies and their new versions are:
golang.org/x/mod
- Updated to version 0.8.0golang.org/x/net
- Updated to version 0.6.0golang.org/x/term
- Updated to version 0.5.0golang.org/x/text
- Updated to version 0.7.0golang.org/x/tools
- Updated to version 0.6.0golang.org/x/sys
- Updated to version 0.5.0Updating these dependencies provides the benefit of having the latest functions, improvements, and security features from these libraries.
Bumps golang.org/x/crypto from 0.1.0 to 0.17.0.
Commits
9d2ee97
ssh: implement strict KEX protocol changes4e5a261
ssh: close net.Conn on all NewServerConn errors152cdb1
x509roots/fallback: update bundlefdfe1f8
ssh: defer channel window adjustmentb8ffc16
blake2b: drop Go 1.6, Go 1.8 compatibility7e6fbd8
ssh: wrap errors from client handshakebda2f3f
argon2: avoid clobbering BP325b735
ssh/test: skip TestSSHCLIAuth on Windows1eadac5
go.mod: update golang.org/x dependenciesb2d7c26
ssh: add (*Client).DialContext methodDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show