Skip to content

Commit

Permalink
remove import of x/exp
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
  • Loading branch information
tonistiigi committed Feb 12, 2025
1 parent 1dc5f07 commit 6d9a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/history/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"encoding/json"
"fmt"
"os"
"slices"
"time"

"github.com/containerd/console"
Expand All @@ -18,7 +19,6 @@ import (
"github.com/docker/cli/cli/command/formatter"
"github.com/docker/go-units"
"github.com/spf13/cobra"
"golang.org/x/exp/slices"
)

const (
Expand Down

0 comments on commit 6d9a3ce

Please sign in to comment.