mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	remove import of x/exp
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user