Skip to content

Commit a533cea

Browse files
Excavator: Bump go dependency github.com/manuelarte/embeddedstructfieldcheck
1 parent 353b86d commit a533cea

File tree

6 files changed

+43
-12
lines changed

6 files changed

+43
-12
lines changed

excavator_fail/excavator_fail.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/embeddedstructfieldcheck/embeddedstructfieldcheck.go:15:13: undefined: analyzer.ForbidMutexName
17+
1 issues:
18+
* compiles: 1
19+
20+
*/

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/ldez/usetesting v0.5.0
7777
github.com/leonklingele/grouper v1.1.2
7878
github.com/macabu/inamedparam v0.2.0
79-
github.com/manuelarte/embeddedstructfieldcheck v0.3.0
79+
github.com/manuelarte/embeddedstructfieldcheck v0.4.0
8080
github.com/manuelarte/funcorder v0.5.0
8181
github.com/maratori/testableexamples v1.0.0
8282
github.com/maratori/testpackage v1.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQ
291291
github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
292292
github.com/macabu/inamedparam v0.2.0 h1:VyPYpOc10nkhI2qeNUdh3Zket4fcZjEWe35poddBCpE=
293293
github.com/macabu/inamedparam v0.2.0/go.mod h1:+Pee9/YfGe5LJ62pYXqB89lJ+0k5bsR8Wgz/C0Zlq3U=
294-
github.com/manuelarte/embeddedstructfieldcheck v0.3.0 h1:VhGqK8gANDvFYDxQkjPbv7/gDJtsGU9k6qj/hC2hgso=
295-
github.com/manuelarte/embeddedstructfieldcheck v0.3.0/go.mod h1:LSo/IQpPfx1dXMcX4ibZCYA7Yy6ayZHIaOGM70+1Wy8=
294+
github.com/manuelarte/embeddedstructfieldcheck v0.4.0 h1:3mAIyaGRtjK6EO9E73JlXLtiy7ha80b2ZVGyacxgfww=
295+
github.com/manuelarte/embeddedstructfieldcheck v0.4.0/go.mod h1:z8dFSyXqp+fC6NLDSljRJeNQJJDWnY7RoWFzV3PC6UM=
296296
github.com/manuelarte/funcorder v0.5.0 h1:llMuHXXbg7tD0i/LNw8vGnkDTHFpTnWqKPI85Rknc+8=
297297
github.com/manuelarte/funcorder v0.5.0/go.mod h1:Yt3CiUQthSBMBxjShjdXMexmzpP8YGvGLjrxJNkO2hA=
298298
github.com/maratori/testableexamples v1.0.0 h1:dU5alXRrD8WKSjOUnmJZuzdxWOEQ57+7s93SLMxb2vI=

vendor/github.com/manuelarte/embeddedstructfieldcheck/analyzer/analyzer.go

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

vendor/github.com/manuelarte/embeddedstructfieldcheck/internal/structanalyzer.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ github.com/lucasb-eyer/go-colorful
627627
# github.com/macabu/inamedparam v0.2.0
628628
## explicit; go 1.23.0
629629
github.com/macabu/inamedparam
630-
# github.com/manuelarte/embeddedstructfieldcheck v0.3.0
630+
# github.com/manuelarte/embeddedstructfieldcheck v0.4.0
631631
## explicit; go 1.23.0
632632
github.com/manuelarte/embeddedstructfieldcheck/analyzer
633633
github.com/manuelarte/embeddedstructfieldcheck/internal

0 commit comments

Comments
 (0)