From 6d9a3ce963282c7bac0ff200bbcb4b8fd2e25a7b Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Tue, 11 Feb 2025 18:11:55 -0800 Subject: [PATCH] remove import of x/exp Signed-off-by: Tonis Tiigi --- commands/history/ls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/history/ls.go b/commands/history/ls.go index 25f9964ff118..07d1ef2402d3 100644 --- a/commands/history/ls.go +++ b/commands/history/ls.go @@ -5,6 +5,7 @@ import ( "encoding/json" "fmt" "os" + "slices" "time" "github.com/containerd/console" @@ -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 (