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 @@ -12,7 +12,6 @@ require (
12
12
github.com/BurntSushi/toml v1.3.0
13
13
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
14
14
github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
15
- github.com/OpenPeeDeeP/depguard/v2 v2.0.1
16
15
github.com/alexkohler/nakedret/v2 v2.0.1
17
16
github.com/alexkohler/prealloc v1.0.0
18
17
github.com/alingse/asasalint v0.0.11
@@ -37,6 +36,7 @@ require (
37
36
github.com/go-xmlfmt/xmlfmt v1.1.2
38
37
github.com/gofrs/flock v0.8.1
39
38
github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
39
+ github.com/golangci/depguard/v2 v2.0.2-0.20230601235138-ed68d3771f48
40
40
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
41
41
github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
42
42
github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
Original file line number Diff line number Diff line change 1
1
package golinters
2
2
3
3
import (
4
- "github.com/OpenPeeDeeP /depguard/v2"
4
+ "github.com/golangci /depguard/v2"
5
5
"golang.org/x/tools/go/analysis"
6
6
7
7
"github.com/golangci/golangci-lint/pkg/config"
You can’t perform that action at this time.
0 commit comments