Something wrong when i develop the provider plugin to load the "syscall" package

time="2022-12-07T03:17:44Z" level=error msg="Plugins are disabled because an error has occurred." error="provider plugin: failed to import plugin code "provider plugin": 1:21: import "provider plugin" error: plugins-local/src/provider plugin/autossl.go:14:2: import "github.com/spf13/afero" error: plugins-local/src/provider plugin/vendor/github.com/spf13/afero/cacheOnReadFs.go:5:2: import "syscall" error: unable to find source related to: "syscall""

I'm sure i can't load "syscall" package to "/vendor" directory. :rofl:

Hello @lazychanger,

Yaegi cannot access the syscall package for security reasons.
The plugins cannot use it as dependencies.