Skip to content

Commit e4f49b3

Browse files
Excavator: Bump go dependency github.com/manuelarte/embeddedstructfieldcheck
1 parent 58ea979 commit e4f49b3

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.1
8282
github.com/maratori/testpackage v1.1.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQ
295295
github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
296296
github.com/macabu/inamedparam v0.2.0 h1:VyPYpOc10nkhI2qeNUdh3Zket4fcZjEWe35poddBCpE=
297297
github.com/macabu/inamedparam v0.2.0/go.mod h1:+Pee9/YfGe5LJ62pYXqB89lJ+0k5bsR8Wgz/C0Zlq3U=
298-
github.com/manuelarte/embeddedstructfieldcheck v0.3.0 h1:VhGqK8gANDvFYDxQkjPbv7/gDJtsGU9k6qj/hC2hgso=
299-
github.com/manuelarte/embeddedstructfieldcheck v0.3.0/go.mod h1:LSo/IQpPfx1dXMcX4ibZCYA7Yy6ayZHIaOGM70+1Wy8=
298+
github.com/manuelarte/embeddedstructfieldcheck v0.4.0 h1:3mAIyaGRtjK6EO9E73JlXLtiy7ha80b2ZVGyacxgfww=
299+
github.com/manuelarte/embeddedstructfieldcheck v0.4.0/go.mod h1:z8dFSyXqp+fC6NLDSljRJeNQJJDWnY7RoWFzV3PC6UM=
300300
github.com/manuelarte/funcorder v0.5.0 h1:llMuHXXbg7tD0i/LNw8vGnkDTHFpTnWqKPI85Rknc+8=
301301
github.com/manuelarte/funcorder v0.5.0/go.mod h1:Yt3CiUQthSBMBxjShjdXMexmzpP8YGvGLjrxJNkO2hA=
302302
github.com/maratori/testableexamples v1.0.1 h1:HfOQXs+XgfeRBJ+Wz0XfH+FHnoY9TVqL6Fcevpzy4q8=

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
@@ -633,7 +633,7 @@ github.com/lucasb-eyer/go-colorful
633633
# github.com/macabu/inamedparam v0.2.0
634634
## explicit; go 1.23.0
635635
github.com/macabu/inamedparam
636-
# github.com/manuelarte/embeddedstructfieldcheck v0.3.0
636+
# github.com/manuelarte/embeddedstructfieldcheck v0.4.0
637637
## explicit; go 1.23.0
638638
github.com/manuelarte/embeddedstructfieldcheck/analyzer
639639
github.com/manuelarte/embeddedstructfieldcheck/internal

0 commit comments

Comments
 (0)