Skip to content

Commit 0ae200e

Browse files
Crocmagnonldez
authored andcommitted
chore: update to v0.2.0
1 parent bda2f37 commit 0ae200e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 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.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package arangolint
22

33
import (
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"

0 commit comments

Comments
 (0)