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
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
Hi there,
I have looked into your project and found that some imported package is no longer available.
For example :
In the file github.com/maliceio/malice/malice/docker/client/image/ : "github.com/docker/docker/cli/command/image/build"
now become "github.com/docker/cli/cli/command/image/build"
Please re-check your entire project to fix that
The text was updated successfully, but these errors were encountered:
yes it would be good to get that fiexed because:
Status: Image is up to date for malice/pdf:latest
[Updating Plugin] ===>
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1577f35]
Hi there,
I have looked into your project and found that some imported package is no longer available.
For example :
"github.com/docker/docker/cli/command/image/build"
now become
"github.com/docker/cli/cli/command/image/build"
Please re-check your entire project to fix that
The text was updated successfully, but these errors were encountered: