Commit 2669b33 1 parent f75911c commit 2669b33 Copy full SHA for 2669b33
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"github.com/cnabio/cnab-go/bundle"
10
10
"github.com/cnabio/cnab-to-oci/relocation"
11
11
"github.com/containerd/containerd/images"
12
- "github.com/containerd/containerd/log"
13
- "github.com/containerd/containerd/platforms"
14
12
"github.com/containerd/containerd/remotes"
13
+ "github.com/containerd/log"
14
+ "github.com/containerd/platforms"
15
15
"github.com/docker/distribution/reference"
16
16
"github.com/hashicorp/go-multierror"
17
17
ocischemav1 "github.com/opencontainers/image-spec/specs-go/v1"
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ func TestFixupBundleCheckResolveOrder(t *testing.T) {
384
384
// Second image "local-push"
385
385
// not resolvable from relocation map
386
386
{
387
- Size : - 1 ,
387
+ Size : 0 ,
388
388
},
389
389
// not resolvable from bundle
390
390
{
@@ -414,7 +414,7 @@ func TestFixupBundleCheckResolveOrder(t *testing.T) {
414
414
// Fourth image "not-in-relocation-but-local"
415
415
// not resolvable
416
416
{
417
- Size : - 1 ,
417
+ Size : 0 ,
418
418
},
419
419
// image is pushed, resolve is called at the end
420
420
{
You can’t perform that action at this time.
0 commit comments