Skip to content

Commit fca0783

Browse files
authored
Merge branch 'master' into ashmckenzie/fix-missing-version-in-docker-build
2 parents 70321ea + 5a78c8a commit fca0783

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/ashanbrown/makezero v1.1.1
2323
github.com/bkielbasa/cyclop v1.2.1
2424
github.com/blizzy78/varnamelen v0.8.0
25-
github.com/bombsimon/wsl/v4 v4.2.0
25+
github.com/bombsimon/wsl/v4 v4.2.1
2626
github.com/breml/bidichk v0.2.7
2727
github.com/breml/errchkjson v0.3.6
2828
github.com/butuzov/ireturn v0.3.0
@@ -193,7 +193,7 @@ require (
193193
golang.org/x/exp/typeparams v0.0.0-20231219180239-dc181d75b848 // indirect
194194
golang.org/x/mod v0.15.0 // indirect
195195
golang.org/x/sync v0.6.0 // indirect
196-
golang.org/x/sys v0.16.0 // indirect
196+
golang.org/x/sys v0.17.0 // indirect
197197
golang.org/x/text v0.14.0 // indirect
198198
google.golang.org/protobuf v1.31.0 // indirect
199199
gopkg.in/ini.v1 v1.67.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)