Skip to content

Commit 61bbcc4

Browse files
build(deps): bump dependencies in the linter-testdata group (#5691)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 427b310 commit 61bbcc4

File tree

7 files changed

+25
-24
lines changed

7 files changed

+25
-24
lines changed

pkg/golinters/ginkgolinter/testdata/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.23.3
7-
github.com/onsi/gomega v1.36.3
7+
github.com/onsi/gomega v1.37.0
88
)
99

1010
require (

pkg/golinters/ginkgolinter/testdata/go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
module protogetter
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
google.golang.org/grpc v1.71.1
77
google.golang.org/protobuf v1.36.6
88
)
99

1010
require (
11-
golang.org/x/net v0.34.0 // indirect
12-
golang.org/x/sys v0.29.0 // indirect
13-
golang.org/x/text v0.21.0 // indirect
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
1414
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
1515
)

pkg/golinters/protogetter/testdata/go.sum

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

pkg/golinters/spancheck/testdata/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module spancheck
22

3-
go 1.22.0
3+
go 1.23.0
44

55
require (
66
go.opentelemetry.io/otel v1.35.0
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module zerologlint
22

3-
go 1.19
3+
go 1.23.0
44

5-
require github.com/rs/zerolog v1.33.0
5+
require github.com/rs/zerolog v1.34.0
66

77
require (
8-
github.com/mattn/go-colorable v0.1.13 // indirect
8+
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.25.0 // indirect
10+
golang.org/x/sys v0.31.0 // indirect
1111
)

pkg/golinters/zerologlint/testdata/go.sum

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

0 commit comments

Comments
 (0)