Update external go modules (2023-06-10)
What does this MR do?
Update Go modules that aren't part of gitlab.com/gitlab-org/security-products/analyzers
, except github.com/otiai10/copy
.
ruleset
is incompatible with the latest of github.com/otiai10/copy
b/c the interface of the Skip
function has changed. As a result, copy
couldn't be upgraded. This is addressed by Upgrade to copy v1.11.0 (ruleset!19 - merged).
Upgrading to command/v3
and report/v4
would change the version of the reports generated by the analyzers. This needs to be handled separately.
What are the relevant issue numbers?
None
Does this MR meet the acceptance criteria?
-
Changelog entry added -
Documentation created/updated for GitLab EE, if necessary -
Documentation created/updated for this project, if necessary -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Job definition updated, if necessary -
Conforms to the code review guidelines -
Conforms to the Go guidelines -
Security reports checked/validated by reviewer
Edited by Fabien Catteau