Skip to content

Commit

Permalink
fixed the bad import in the snapshotter_overlay_test (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbpdt authored Sep 8, 2023
1 parent 5861e79 commit f729036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let
".tar"
];
};
vendorSha256 = "sha256-fTF902RO5r6mui+7ZQWASM4xUWema4gNcShmdA3JVBQ=";
vendorSha256 = "sha256-gK7FAK6RQ9hL3K4PY2f2z4nBDBJXRctUZbVHuVqOIYE=";
passthru = { inherit buildImage; };
};

Expand Down
2 changes: 1 addition & 1 deletion pkg/nix/snapshotter_overlay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (
"github.com/containerd/containerd/pkg/testutil"
"github.com/containerd/containerd/snapshots"
"github.com/containerd/containerd/snapshots/overlay"
"github.com/containerd/containerd/snapshots/overlay/overlayutils"
"github.com/containerd/containerd/snapshots/storage"
"github.com/containerd/containerd/snapshots/testsuite"
"github.com/docker/docker/daemon/graphdriver/overlayutils"
"github.com/google/go-cmp/cmp"
"github.com/stretchr/testify/require"
)
Expand Down

0 comments on commit f729036

Please sign in to comment.