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