Move runc options to api directory
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
		| @@ -21,7 +21,7 @@ package commands | ||||
| import ( | ||||
| 	"errors" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/runtime/v2/runc/options" | ||||
| 	"github.com/containerd/containerd/v2/api/types/runc/options" | ||||
| 	runtimeoptions "github.com/containerd/containerd/v2/pkg/runtimeoptions/v1" | ||||
| 	"github.com/urfave/cli/v2" | ||||
| ) | ||||
|   | ||||
| @@ -20,9 +20,9 @@ import ( | ||||
| 	"errors" | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/api/types/runc/options" | ||||
| 	containerd "github.com/containerd/containerd/v2/client" | ||||
| 	"github.com/containerd/containerd/v2/cmd/ctr/commands" | ||||
| 	"github.com/containerd/containerd/v2/core/runtime/v2/runc/options" | ||||
| 	"github.com/urfave/cli/v2" | ||||
| ) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan