Move errdefs to pkg/errdefs
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
		| @@ -21,7 +21,7 @@ import ( | ||||
| 	"sync" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/errdefs" | ||||
| ) | ||||
|  | ||||
| // Handles locking references | ||||
|   | ||||
| @@ -22,7 +22,7 @@ import ( | ||||
| 	"os" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/errdefs" | ||||
| ) | ||||
|  | ||||
| // readerat implements io.ReaderAt in a completely stateless manner by opening | ||||
|   | ||||
| @@ -28,8 +28,8 @@ import ( | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/filters" | ||||
| 	"github.com/containerd/containerd/v2/pkg/errdefs" | ||||
| 	"github.com/containerd/log" | ||||
|  | ||||
| 	"github.com/opencontainers/go-digest" | ||||
|   | ||||
| @@ -34,7 +34,7 @@ import ( | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/core/content/testsuite" | ||||
| 	"github.com/containerd/containerd/v2/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/randutil" | ||||
| 	"github.com/containerd/containerd/v2/pkg/testutil" | ||||
|  | ||||
|   | ||||
| @@ -27,7 +27,7 @@ import ( | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/errdefs" | ||||
| 	"github.com/containerd/containerd/v2/pkg/errdefs" | ||||
| 	"github.com/containerd/log" | ||||
| 	"github.com/opencontainers/go-digest" | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Derek McGowan
					Derek McGowan