Skip to content

Commit 48d1da4

Browse files
build(deps): bump the linter-testdata group across 2 directories with 2 updates (#5814)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent f40f9d7 commit 48d1da4

File tree

12 files changed

+51
-48
lines changed

12 files changed

+51
-48
lines changed

pkg/golinters/arangolint/testdata/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ require (
99
github.com/dchest/siphash v1.2.3 // indirect
1010
github.com/google/uuid v1.6.0 // indirect
1111
github.com/kkdai/maglev v0.2.0 // indirect
12-
github.com/mattn/go-colorable v0.1.13 // indirect
12+
github.com/mattn/go-colorable v0.1.14 // indirect
1313
github.com/mattn/go-isatty v0.0.20 // indirect
1414
github.com/pkg/errors v0.9.1 // indirect
15-
github.com/rs/zerolog v1.33.0 // indirect
16-
golang.org/x/net v0.33.0 // indirect
17-
golang.org/x/sys v0.28.0 // indirect
18-
golang.org/x/text v0.21.0 // indirect
15+
github.com/rs/zerolog v1.34.0 // indirect
16+
golang.org/x/net v0.40.0 // indirect
17+
golang.org/x/sys v0.33.0 // indirect
18+
golang.org/x/text v0.25.0 // indirect
1919
)

pkg/golinters/arangolint/testdata/go.sum

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module exptostd
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
require golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
5+
require golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6

pkg/golinters/exptostd/testdata/go.sum

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

pkg/golinters/ginkgolinter/testdata/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ require (
1313
github.com/google/go-cmp v0.7.0 // indirect
1414
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
1515
go.uber.org/automaxprocs v1.6.0 // indirect
16-
golang.org/x/net v0.37.0 // indirect
17-
golang.org/x/sys v0.32.0 // indirect
18-
golang.org/x/text v0.23.0 // indirect
19-
golang.org/x/tools v0.31.0 // indirect
16+
golang.org/x/net v0.40.0 // indirect
17+
golang.org/x/sys v0.33.0 // indirect
18+
golang.org/x/text v0.25.0 // indirect
19+
golang.org/x/tools v0.33.0 // indirect
2020
gopkg.in/yaml.v3 v3.0.1 // indirect
2121
)

pkg/golinters/ginkgolinter/testdata/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module gomodguard
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
6-
golang.org/x/mod v0.22.0
6+
golang.org/x/mod v0.24.0
77
gopkg.in/yaml.v3 v3.0.1
88
)

pkg/golinters/gomodguard/testdata/go.sum

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

pkg/golinters/protogetter/testdata/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module protogetter
33
go 1.23.0
44

55
require (
6-
google.golang.org/grpc v1.72.0
6+
google.golang.org/grpc v1.72.1
77
google.golang.org/protobuf v1.36.6
88
)
99

1010
require (
11-
golang.org/x/net v0.38.0 // indirect
12-
golang.org/x/sys v0.31.0 // indirect
13-
golang.org/x/text v0.23.0 // indirect
11+
golang.org/x/net v0.40.0 // indirect
12+
golang.org/x/sys v0.33.0 // indirect
13+
golang.org/x/text v0.25.0 // indirect
1414
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
1515
)

pkg/golinters/protogetter/testdata/go.sum

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

pkg/golinters/zerologlint/testdata/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ require github.com/rs/zerolog v1.34.0
77
require (
88
github.com/mattn/go-colorable v0.1.14 // indirect
99
github.com/mattn/go-isatty v0.0.20 // indirect
10-
golang.org/x/sys v0.31.0 // indirect
10+
golang.org/x/sys v0.33.0 // indirect
1111
)

pkg/golinters/zerologlint/testdata/go.sum

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

0 commit comments

Comments
 (0)