File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
11
11
github.com/Antonboom/nilnil v1.1.0
12
12
github.com/Antonboom/testifylint v1.6.1
13
13
github.com/BurntSushi/toml v1.5.0
14
- github.com/Crocmagnon/arangolint v0.1.3
15
14
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16
15
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1
17
16
github.com/OpenPeeDeeP/depguard/v2 v2.2.1
@@ -127,6 +126,7 @@ require (
127
126
gitlab.com/bosi/decorder v0.4.2
128
127
go-simpler.org/musttag v0.13.1
129
128
go-simpler.org/sloglint v0.11.0
129
+ go.augendre.info/arangolint v0.2.0
130
130
go.augendre.info/fatcontext v0.8.0
131
131
go.uber.org/automaxprocs v1.6.0
132
132
golang.org/x/mod v0.24.0
Original file line number Diff line number Diff line change 1
1
package arangolint
2
2
3
3
import (
4
- "github.com/Crocmagnon /arangolint/pkg/analyzer"
4
+ "go.augendre.info /arangolint/pkg/analyzer"
5
5
"golang.org/x/tools/go/analysis"
6
6
7
7
"github.com/golangci/golangci-lint/v2/pkg/goanalysis"
You can’t perform that action at this time.
0 commit comments