mirror of https://github.com/docker/buildx.git
				
				
				
			Merge pull request #2986 from tonistiigi/remove-x-slices
remove import of x/exp
This commit is contained in:
		
						commit
						6a6fa4f422
					
				|  | @ -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 ( | ||||
|  |  | |||
							
								
								
									
										2
									
								
								go.mod
								
								
								
								
							
							
						
						
									
										2
									
								
								go.mod
								
								
								
								
							|  | @ -53,7 +53,6 @@ require ( | |||
| 	go.opentelemetry.io/otel/metric v1.31.0 | ||||
| 	go.opentelemetry.io/otel/sdk v1.31.0 | ||||
| 	go.opentelemetry.io/otel/trace v1.31.0 | ||||
| 	golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f | ||||
| 	golang.org/x/mod v0.22.0 | ||||
| 	golang.org/x/sync v0.10.0 | ||||
| 	golang.org/x/sys v0.29.0 | ||||
|  | @ -171,6 +170,7 @@ require ( | |||
| 	go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect | ||||
| 	go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||||
| 	golang.org/x/crypto v0.31.0 // indirect | ||||
| 	golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect | ||||
| 	golang.org/x/net v0.33.0 // indirect | ||||
| 	golang.org/x/oauth2 v0.23.0 // indirect | ||||
| 	golang.org/x/time v0.6.0 // indirect | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue