File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "path/filepath"
99 "reflect"
1010 "runtime"
11+ "slices"
1112 "sort"
1213 "strings"
1314 "sync"
@@ -16,7 +17,6 @@ import (
1617 gocriticlinter "github.com/go-critic/go-critic/linter"
1718 _ "github.com/quasilyte/go-ruleguard/dsl"
1819 "golang.org/x/exp/maps"
19- "golang.org/x/exp/slices"
2020 "golang.org/x/tools/go/analysis"
2121
2222 "github.com/golangci/golangci-lint/pkg/config"
Original file line number Diff line number Diff line change 11package gocritic
22
33import (
4+ "slices"
45 "strings"
56 "testing"
67
@@ -9,7 +10,6 @@ import (
910 "github.com/stretchr/testify/assert"
1011 "github.com/stretchr/testify/require"
1112 "golang.org/x/exp/maps"
12- "golang.org/x/exp/slices"
1313
1414 "github.com/golangci/golangci-lint/pkg/config"
1515 "github.com/golangci/golangci-lint/pkg/logutils"
You can’t perform that action at this time.
0 commit comments