Skip to content

Commit 435271b

Browse files
Excavator: Bump go dependency github.com/denis-tingaikin/go-header
1 parent 1fc6207 commit 435271b

File tree

13 files changed

+633
-525
lines changed

13 files changed

+633
-525
lines changed

excavator_fail/excavator_fail.go

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
package fail
2+
3+
fail
4+
5+
/*
6+
This is a non-compiling file that has been added to explicitly ensure that CI fails.
7+
It also contains the command that caused the failure and its output.
8+
Remove this file if debugging locally.
9+
10+
go mod operation failed. This may mean that there are legitimate dependency issues with the "go.mod" definition in the repository and the updates performed by the gomod check. This branch can be cloned locally to debug the issue.
11+
12+
Command that caused error:
13+
./godelw lint compiles
14+
15+
Output:
16+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:42:54: undefined: goheader.Configuration
17+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:17:20: undefined: goheader.Configuration
18+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:19:20: undefined: goheader.Configuration
19+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:58:29: undefined: goheader.WithTemplate
20+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:58:62: undefined: goheader.WithValues
21+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:58:53: too many arguments in call to goheader.New
22+
have (unknown type, unknown type)
23+
want (*"github.com/denis-tingaikin/go-header".Settings)
24+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:66:14: a.Analyze undefined (type *analysis.Analyzer has no field or method Analyze)
25+
generated_src/golangcilint/internal/github.com/golangci/golangci-lint/v2/pkg/golinters/goheader/goheader.go:66:32: undefined: goheader.Target
26+
8 issues:
27+
* compiles: 8
28+
29+
*/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/ckaznocha/intrange v0.3.1
3838
github.com/curioswitch/go-reassign v0.3.0
3939
github.com/daixiang0/gci v0.13.7
40-
github.com/denis-tingaikin/go-header v0.5.0
40+
github.com/denis-tingaikin/go-header v1.0.0
4141
github.com/fatih/color v1.18.0
4242
github.com/firefart/nonamedreturns v1.0.6
4343
github.com/fzipp/gocyclo v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ github.com/dave/jennifer v1.7.1/go.mod h1:nXbxhEmQfOZhWml3D1cDK5M1FLnMSozpbFN/m3
117117
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
118118
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
119119
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
120-
github.com/denis-tingaikin/go-header v0.5.0 h1:SRdnP5ZKvcO9KKRP1KJrhFR3RrlGuD+42t4429eC9k8=
121-
github.com/denis-tingaikin/go-header v0.5.0/go.mod h1:mMenU5bWrok6Wl2UsZjy+1okegmwQ3UgWl4V1D8gjlY=
120+
github.com/denis-tingaikin/go-header v1.0.0 h1:QIwZWb3jLC6pOp9NEFldiD8raqRmCE/n0VUdZKW32x8=
121+
github.com/denis-tingaikin/go-header v1.0.0/go.mod h1:NT3qKwqsXQYp8WHVgkwxL49qB5jsRmdr9dGQCDfpmZ0=
122122
github.com/dlclark/regexp2 v1.11.5 h1:Q/sSnsKerHeCkc/jSTNq1oCm7KiVgUMZRDUoRu0JQZQ=
123123
github.com/dlclark/regexp2 v1.11.5/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
124124
github.com/docker/cli v28.3.3+incompatible h1:fp9ZHAr1WWPGdIWBM1b3zLtgCF+83gRdVMTJsUeiyAo=

vendor/github.com/denis-tingaikin/go-header/.go-header.yml

Lines changed: 5 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/denis-tingaikin/go-header/README.md

Lines changed: 60 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)