Skip to content

Commit 6d2a94b

Browse files
authored
build(deps): bump go.augendre.info/fatcontext from 0.7.2 to 0.8.0 (#5757)
1 parent d0588f0 commit 6d2a94b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

go.mod

+1-1
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/fatcontext v0.7.2
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.0
129128
go-simpler.org/sloglint v0.11.0
129+
go.augendre.info/fatcontext v0.8.0
130130
go.uber.org/automaxprocs v1.6.0
131131
golang.org/x/mod v0.24.0
132132
golang.org/x/sys v0.32.0

go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/golinters/fatcontext/fatcontext.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package fatcontext
22

33
import (
4-
"github.com/Crocmagnon/fatcontext/pkg/analyzer"
4+
"go.augendre.info/fatcontext/pkg/analyzer"
55
"golang.org/x/tools/go/analysis"
66

77
"github.com/golangci/golangci-lint/v2/pkg/config"

scripts/website/expand_templates/thanks.go

+3
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ func extractInfo(lc *linter.Config) authorInfo {
9999
case "misspell":
100100
return authorInfo{Author: "client9", Host: hostGitHub}
101101

102+
case "fatcontext":
103+
return authorInfo{Author: "Crocmagnon", Host: hostGitHub}
104+
102105
default:
103106
if strings.HasPrefix(lc.OriginalURL, "https://pkg.go.dev/") {
104107
return authorInfo{Author: "golang", Host: hostGitHub}

0 commit comments

Comments
 (0)