plugins/sandbox: move local plugin into services

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2024-02-24 20:45:17 +08:00
parent 290194fe77
commit a2768f19d9
2 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ func init() {
Requires: []plugin.Type{ Requires: []plugin.Type{
plugins.RuntimePluginV2, plugins.RuntimePluginV2,
plugins.EventPlugin, plugins.EventPlugin,
plugins.SandboxStorePlugin,
}, },
InitFn: func(ic *plugin.InitContext) (interface{}, error) { InitFn: func(ic *plugin.InitContext) (interface{}, error) {
shimPlugin, err := ic.GetByID(plugins.RuntimePluginV2, "shim") shimPlugin, err := ic.GetByID(plugins.RuntimePluginV2, "shim")