Merge pull request #10407 from dmcgowan/fsverity-internal
Move fsverity package to internal
This commit is contained in:
		| @@ -27,12 +27,13 @@ import ( | ||||
| 	"sync" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/pkg/filters" | ||||
| 	"github.com/containerd/containerd/v2/pkg/fsverity" | ||||
| 	"github.com/containerd/errdefs" | ||||
| 	"github.com/containerd/log" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/internal/fsverity" | ||||
| 	"github.com/containerd/containerd/v2/pkg/filters" | ||||
|  | ||||
| 	"github.com/opencontainers/go-digest" | ||||
| 	ocispec "github.com/opencontainers/image-spec/specs-go/v1" | ||||
| ) | ||||
|   | ||||
| @@ -32,12 +32,13 @@ import ( | ||||
| 	"testing" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/containerd/errdefs" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/core/content/testsuite" | ||||
| 	"github.com/containerd/containerd/v2/internal/fsverity" | ||||
| 	"github.com/containerd/containerd/v2/internal/randutil" | ||||
| 	"github.com/containerd/containerd/v2/pkg/fsverity" | ||||
| 	"github.com/containerd/containerd/v2/pkg/testutil" | ||||
| 	"github.com/containerd/errdefs" | ||||
|  | ||||
| 	"github.com/opencontainers/go-digest" | ||||
| 	ocispec "github.com/opencontainers/image-spec/specs-go/v1" | ||||
|   | ||||
| @@ -26,11 +26,12 @@ import ( | ||||
| 	"runtime" | ||||
| 	"time" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/pkg/fsverity" | ||||
| 	"github.com/containerd/errdefs" | ||||
| 	"github.com/containerd/log" | ||||
| 	"github.com/opencontainers/go-digest" | ||||
|  | ||||
| 	"github.com/containerd/containerd/v2/core/content" | ||||
| 	"github.com/containerd/containerd/v2/internal/fsverity" | ||||
| ) | ||||
|  | ||||
| // writer represents a write transaction against the blob store. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fu Wei
					Fu Wei