Skip to content

Commit 6a6fa4f

Browse files
authored
Merge pull request #2986 from tonistiigi/remove-x-slices
remove import of x/exp
2 parents 2389d45 + 79e3f12 commit 6a6fa4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commands/history/ls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"encoding/json"
66
"fmt"
77
"os"
8+
"slices"
89
"time"
910

1011
"github.com/containerd/console"
@@ -18,7 +19,6 @@ import (
1819
"github.com/docker/cli/cli/command/formatter"
1920
"github.com/docker/go-units"
2021
"github.com/spf13/cobra"
21-
"golang.org/x/exp/slices"
2222
)
2323

2424
const (

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ require (
5353
go.opentelemetry.io/otel/metric v1.31.0
5454
go.opentelemetry.io/otel/sdk v1.31.0
5555
go.opentelemetry.io/otel/trace v1.31.0
56-
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
5756
golang.org/x/mod v0.22.0
5857
golang.org/x/sync v0.10.0
5958
golang.org/x/sys v0.29.0
@@ -171,6 +170,7 @@ require (
171170
go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect
172171
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
173172
golang.org/x/crypto v0.31.0 // indirect
173+
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
174174
golang.org/x/net v0.33.0 // indirect
175175
golang.org/x/oauth2 v0.23.0 // indirect
176176
golang.org/x/time v0.6.0 // indirect

0 commit comments

Comments
 (0)