You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've a scenario were our automation is removing a previously bumped go dependency, and this is causing build failures, as 'deps' is a required property when 'replaces' is set. Summarised details below:
We've a scenario were our automation is removing a previously bumped go dependency, and this is causing build failures, as 'deps' is a required property when 'replaces' is set. Summarised details below:
Take the following example:
Lets assume that
github.com/mholt/archiver/v3@v3.5.1
is now remediated, and delete the 'deps' line:This results in:
The text was updated successfully, but these errors were encountered: