Chore: update golang.org/x/exp (#110980)

This commit is contained in:
Ryan McKinley
2025-09-11 22:13:07 +03:00
committed by GitHub
parent 041fa843da
commit 9a54243f09
52 changed files with 483 additions and 472 deletions
+1 -1
View File
@@ -7,6 +7,7 @@ import (
"fmt"
"log/slog"
"runtime"
"slices"
"strings"
"sync"
"time"
@@ -14,7 +15,6 @@ import (
"github.com/prometheus/client_golang/prometheus"
"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/trace"
"golang.org/x/exp/slices"
"github.com/grafana/dskit/concurrency"
dashboardv1 "github.com/grafana/grafana/apps/dashboard/pkg/apis/dashboard/v1beta1"