Skip to content

Commit 7fb0948

Browse files
Excavator: Bump go dependency github.com/bombsimon/wsl/v5 (#94)
1 parent 3335638 commit 7fb0948

File tree

5 files changed

+114
-40
lines changed

5 files changed

+114
-40
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/bkielbasa/cyclop v1.2.3
2727
github.com/blizzy78/varnamelen v0.8.0
2828
github.com/bombsimon/wsl/v4 v4.7.0
29-
github.com/bombsimon/wsl/v5 v5.2.0
29+
github.com/bombsimon/wsl/v5 v5.3.0
3030
github.com/breml/bidichk v0.3.3
3131
github.com/breml/errchkjson v0.4.1
3232
github.com/butuzov/ireturn v0.4.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ github.com/blizzy78/varnamelen v0.8.0 h1:oqSblyuQvFsW1hbBHh1zfwrKe3kcSj0rnXkKzsQ
6565
github.com/blizzy78/varnamelen v0.8.0/go.mod h1:V9TzQZ4fLJ1DSrjVDfl89H7aMnTvKkApdHeyESmyR7k=
6666
github.com/bombsimon/wsl/v4 v4.7.0 h1:1Ilm9JBPRczjyUs6hvOPKvd7VL1Q++PL8M0SXBDf+jQ=
6767
github.com/bombsimon/wsl/v4 v4.7.0/go.mod h1:uV/+6BkffuzSAVYD+yGyld1AChO7/EuLrCF/8xTiapg=
68-
github.com/bombsimon/wsl/v5 v5.2.0 h1:PyCCwd3Q7abGs3e34IW4jLYlBS+FbsU6iK+Tb3NnDp4=
69-
github.com/bombsimon/wsl/v5 v5.2.0/go.mod h1:Gp8lD04z27wm3FANIUPZycXp+8huVsn0oxc+n4qfV9I=
68+
github.com/bombsimon/wsl/v5 v5.3.0 h1:nZWREJFL6U3vgW/B1lfDOigl+tEF6qgs6dGGbFeR0UM=
69+
github.com/bombsimon/wsl/v5 v5.3.0/go.mod h1:Gp8lD04z27wm3FANIUPZycXp+8huVsn0oxc+n4qfV9I=
7070
github.com/breml/bidichk v0.3.3 h1:WSM67ztRusf1sMoqH6/c4OBCUlRVTKq+CbSeo0R17sE=
7171
github.com/breml/bidichk v0.3.3/go.mod h1:ISbsut8OnjB367j5NseXEGGgO/th206dVa427kR8YTE=
7272
github.com/breml/errchkjson v0.4.1 h1:keFSS8D7A2T0haP9kzZTi7o26r7kE3vymjZNeNDRDwg=

vendor/github.com/bombsimon/wsl/v5/analyzer.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/bombsimon/wsl/v5/wsl.go

Lines changed: 109 additions & 35 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
@@ -110,7 +110,7 @@ github.com/blizzy78/varnamelen
110110
# github.com/bombsimon/wsl/v4 v4.7.0
111111
## explicit; go 1.23
112112
github.com/bombsimon/wsl/v4
113-
# github.com/bombsimon/wsl/v5 v5.2.0
113+
# github.com/bombsimon/wsl/v5 v5.3.0
114114
## explicit; go 1.23.0
115115
github.com/bombsimon/wsl/v5
116116
# github.com/breml/bidichk v0.3.3

0 commit comments

Comments
 (0)