Skip to content

Commit 6427923

Browse files
committed
update to v1.45
1 parent b3d4a5d commit 6427923

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ require (
88
github.com/Antonboom/nilnil v0.1.0
99
github.com/BurntSushi/toml v1.0.0
1010
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
11-
<<<<<<< HEAD
12-
github.com/LilithGames/samealias v1.0.3
13-
github.com/OpenPeeDeeP/depguard v1.0.1
14-
=======
11+
github.com/LilithGames/samealias v1.0.4
1512
github.com/OpenPeeDeeP/depguard v1.1.0
16-
>>>>>>> upstream/master
1713
github.com/alexkohler/prealloc v1.0.0
1814
github.com/ashanbrown/forbidigo v1.3.0
1915
github.com/ashanbrown/makezero v1.1.1

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/samealias.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
)
1111

1212
func NewSamealias(settings *config.SameAlias) *goanalysis.Linter {
13-
1413
a := samealias.NewAnalyzer()
1514

1615
var cfg map[string]map[string]interface{}

0 commit comments

Comments
 (0)