File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ require (
49
49
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32
50
50
github.com/golangci/go-printf-func-name v0.1.0
51
51
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
52
- github.com/golangci/golangci-lint v1.64.8
53
52
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95
54
53
github.com/golangci/misspell v0.6.0
55
54
github.com/golangci/plugin-module-register v0.1.1
@@ -208,6 +207,7 @@ require (
208
207
go.uber.org/atomic v1.7.0 // indirect
209
208
go.uber.org/multierr v1.6.0 // indirect
210
209
go.uber.org/zap v1.24.0 // indirect
210
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
211
211
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
212
212
golang.org/x/sync v0.13.0 // indirect
213
213
golang.org/x/text v0.23.0 // indirect
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package arangolint
3
3
import (
4
4
"testing"
5
5
6
- "github.com/golangci/golangci-lint/test/testshared/integration"
6
+ "github.com/golangci/golangci-lint/v2/ test/testshared/integration"
7
7
)
8
8
9
9
func TestFromTestdata (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments