File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
1111 github.com/Antonboom/nilnil v1.1.0
1212 github.com/Antonboom/testifylint v1.6.1
1313 github.com/BurntSushi/toml v1.5.0
14- github.com/Crocmagnon/arangolint v0.1.3
1514 github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
1615 github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1
1716 github.com/OpenPeeDeeP/depguard/v2 v2.2.1
@@ -127,6 +126,7 @@ require (
127126 gitlab.com/bosi/decorder v0.4.2
128127 go-simpler.org/musttag v0.13.1
129128 go-simpler.org/sloglint v0.11.0
129+ go.augendre.info/arangolint v0.2.0
130130 go.augendre.info/fatcontext v0.8.0
131131 go.uber.org/automaxprocs v1.6.0
132132 golang.org/x/mod v0.24.0
Original file line number Diff line number Diff line change 11package arangolint
22
33import (
4- "github.com/Crocmagnon /arangolint/pkg/analyzer"
4+ "go.augendre.info /arangolint/pkg/analyzer"
55 "golang.org/x/tools/go/analysis"
66
77 "github.com/golangci/golangci-lint/v2/pkg/goanalysis"
You can’t perform that action at this time.
0 commit comments