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 8
8
"path/filepath"
9
9
"reflect"
10
10
"runtime"
11
+ "slices"
11
12
"sort"
12
13
"strings"
13
14
"sync"
@@ -16,7 +17,6 @@ import (
16
17
gocriticlinter "github.com/go-critic/go-critic/linter"
17
18
_ "github.com/quasilyte/go-ruleguard/dsl"
18
19
"golang.org/x/exp/maps"
19
- "golang.org/x/exp/slices"
20
20
"golang.org/x/tools/go/analysis"
21
21
22
22
"github.com/golangci/golangci-lint/pkg/config"
Original file line number Diff line number Diff line change 1
1
package gocritic
2
2
3
3
import (
4
+ "slices"
4
5
"strings"
5
6
"testing"
6
7
@@ -9,7 +10,6 @@ import (
9
10
"github.com/stretchr/testify/assert"
10
11
"github.com/stretchr/testify/require"
11
12
"golang.org/x/exp/maps"
12
- "golang.org/x/exp/slices"
13
13
14
14
"github.com/golangci/golangci-lint/pkg/config"
15
15
"github.com/golangci/golangci-lint/pkg/logutils"
You can’t perform that action at this time.
0 commit comments