Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request primarily includes updates to various dependencies in the
go.mod
file, as well as an update to thecrypto
subproject. The updated dependencies includegolang.org/x/crypto
,golang.org/x/sys
, andgolang.org/x/term
. Thecrypto
subproject commit has also been updated.Dependency updates:
go.mod
: Updatedgolang.org/x/crypto
from versionv0.19.0
tov0.22.0
go.mod
: Updatedgolang.org/x/sys
from versionv0.18.0
tov0.19.0
andgolang.org/x/term
from versionv0.18.0
tov0.19.0
Subproject update:
crypto
: Updated subproject commit from06bd4d377ec44ce00cbd9a5084f40b8980c94e0e
tocfa28a89036d5f68a1880a5c1ec574e580aa0be0