Skip to content

Commit

Permalink
drop usage of deprecated package/methods
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <[email protected]>
(cherry picked from commit 56e8cf9)
Signed-off-by: Kirtana Ashok <[email protected]>
  • Loading branch information
dims authored and kiashok committed Aug 18, 2024
1 parent 4ac9456 commit 02e5824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/internal/containerd/containerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ import (
"github.com/containerd/containerd"
kubeutil "github.com/containerd/containerd/integration/remote/util"
"github.com/containerd/containerd/mount"
"github.com/containerd/containerd/platforms"
"github.com/containerd/containerd/remotes"
"github.com/containerd/containerd/remotes/docker"
"github.com/containerd/containerd/remotes/docker/config"
"github.com/containerd/containerd/snapshots"
"github.com/containerd/errdefs"
"github.com/containerd/platforms"
"github.com/opencontainers/image-spec/identity"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
Expand Down
2 changes: 1 addition & 1 deletion test/pkg/images/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package images
import (
"fmt"

"github.com/containerd/containerd/platforms"
"github.com/containerd/errdefs"
"github.com/containerd/platforms"
)

const (
Expand Down

0 comments on commit 02e5824

Please sign in to comment.