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 <ldez@users.noreply.github.com>
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

+5-5
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

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2
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

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

pkg/golinters/ginkgolinter/testdata/go.mod

+4-4
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

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2
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

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

pkg/golinters/protogetter/testdata/go.mod

+4-4
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

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

pkg/golinters/zerologlint/testdata/go.mod

+1-1
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

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

0 commit comments

Comments
 (0)