Skip to content

Commit 6b3a788

Browse files
committed
fix
1 parent 60f3867 commit 6b3a788

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ require (
4949
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32
5050
github.com/golangci/go-printf-func-name v0.1.0
5151
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
52-
github.com/golangci/golangci-lint v1.64.8
5352
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95
5453
github.com/golangci/misspell v0.6.0
5554
github.com/golangci/plugin-module-register v0.1.1
@@ -208,6 +207,7 @@ require (
208207
go.uber.org/atomic v1.7.0 // indirect
209208
go.uber.org/multierr v1.6.0 // indirect
210209
go.uber.org/zap v1.24.0 // indirect
210+
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
211211
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
212212
golang.org/x/sync v0.13.0 // indirect
213213
golang.org/x/text v0.23.0 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/arangolint/arangolint_integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package arangolint
33
import (
44
"testing"
55

6-
"github.com/golangci/golangci-lint/test/testshared/integration"
6+
"github.com/golangci/golangci-lint/v2/test/testshared/integration"
77
)
88

99
func TestFromTestdata(t *testing.T) {

0 commit comments

Comments
 (0)