diff --git a/plugins/sandbox/controller.go b/plugins/sandbox/controller.go index fe2dcb4e7..d387ee2d0 100644 --- a/plugins/sandbox/controller.go +++ b/plugins/sandbox/controller.go @@ -46,7 +46,6 @@ func init() { Requires: []plugin.Type{ plugins.RuntimePluginV2, plugins.EventPlugin, - plugins.SandboxStorePlugin, }, InitFn: func(ic *plugin.InitContext) (interface{}, error) { shimPlugin, err := ic.GetByID(plugins.RuntimePluginV2, "shim") diff --git a/plugins/sandbox/store.go b/plugins/services/sandbox/store_local.go similarity index 100% rename from plugins/sandbox/store.go rename to plugins/services/sandbox/store_local.go