Skip to content

Commit 5956285

Browse files
build(deps): bump the all group across 3 directories with 4 updates /testdata (#5049)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 88c8a68 commit 5956285

File tree

6 files changed

+16
-21
lines changed

6 files changed

+16
-21
lines changed

pkg/golinters/ginkgolinter/testdata/go.mod

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ go 1.22.0
44

55
require (
66
github.com/onsi/ginkgo/v2 v2.20.2
7-
github.com/onsi/gomega v1.34.1
7+
github.com/onsi/gomega v1.34.2
88
)
99

1010
require (
1111
github.com/go-logr/logr v1.4.2 // indirect
1212
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
1313
github.com/google/go-cmp v0.6.0 // indirect
1414
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
15-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
1615
golang.org/x/net v0.28.0 // indirect
1716
golang.org/x/sys v0.24.0 // indirect
1817
golang.org/x/text v0.17.0 // indirect

pkg/golinters/ginkgolinter/testdata/go.sum

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

pkg/golinters/protogetter/testdata/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module protogetter
33
go 1.21.0
44

55
require (
6-
google.golang.org/grpc v1.66.0
6+
google.golang.org/grpc v1.67.1
77
google.golang.org/protobuf v1.34.2
88
)
99

pkg/golinters/protogetter/testdata/go.sum

+2-4
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,14 +1,14 @@
11
module spancheck
22

3-
go 1.21.0
3+
go 1.22
44

55
require (
6-
go.opentelemetry.io/otel v1.29.0
7-
go.opentelemetry.io/otel/trace v1.29.0
6+
go.opentelemetry.io/otel v1.30.0
7+
go.opentelemetry.io/otel/trace v1.30.0
88
)
99

1010
require (
1111
github.com/go-logr/logr v1.4.2 // indirect
1212
github.com/go-logr/stdr v1.2.2 // indirect
13-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
13+
go.opentelemetry.io/otel/metric v1.30.0 // indirect
1414
)

pkg/golinters/spancheck/testdata/go.sum

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

0 commit comments

Comments
 (0)