Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
| ... | ... |
@@ -7,6 +7,7 @@ import ( |
| 7 | 7 |
"context" |
| 8 | 8 |
"fmt" |
| 9 | 9 |
"path/filepath" |
| 10 |
+ "slices" |
|
| 10 | 11 |
"testing" |
| 11 | 12 |
|
| 12 | 13 |
containerdimages "github.com/containerd/containerd/images" |
| ... | ... |
@@ -15,7 +16,6 @@ import ( |
| 15 | 15 |
"github.com/docker/docker/errdefs" |
| 16 | 16 |
"github.com/docker/docker/internal/testutils/specialimage" |
| 17 | 17 |
ocispec "github.com/opencontainers/image-spec/specs-go/v1" |
| 18 |
- "golang.org/x/exp/slices" |
|
| 19 | 18 |
"gotest.tools/v3/assert" |
| 20 | 19 |
is "gotest.tools/v3/assert/cmp" |
| 21 | 20 |
) |
| ... | ... |
@@ -103,7 +103,6 @@ require ( |
| 103 | 103 |
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 |
| 104 | 104 |
go.opentelemetry.io/otel/sdk v1.21.0 |
| 105 | 105 |
go.opentelemetry.io/otel/trace v1.21.0 |
| 106 |
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d |
|
| 107 | 106 |
golang.org/x/mod v0.17.0 |
| 108 | 107 |
golang.org/x/net v0.25.0 |
| 109 | 108 |
golang.org/x/sync v0.7.0 |
| ... | ... |
@@ -222,6 +221,7 @@ require ( |
| 222 | 222 |
go.uber.org/multierr v1.8.0 // indirect |
| 223 | 223 |
go.uber.org/zap v1.21.0 // indirect |
| 224 | 224 |
golang.org/x/crypto v0.23.0 // indirect |
| 225 |
+ golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect |
|
| 225 | 226 |
golang.org/x/oauth2 v0.21.0 // indirect |
| 226 | 227 |
golang.org/x/tools v0.21.0 // indirect |
| 227 | 228 |
google.golang.org/api v0.155.0 // indirect |