Skip to content

Commit 79471e4

Browse files
build(deps): bump the linter-testdata group across 2 directories with 2 updates
Bumps the linter-testdata group with 1 update in the /pkg/golinters/ginkgolinter/testdata directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo). Bumps the linter-testdata group with 1 update in the /pkg/golinters/protogetter/testdata directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/onsi/ginkgo/v2` from 2.23.3 to 2.23.4 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.3...v2.23.4) Updates `google.golang.org/grpc` from 1.71.1 to 1.72.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.71.1...v1.72.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.23.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: linter-testdata - dependency-name: google.golang.org/grpc dependency-version: 1.72.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: linter-testdata ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6973f4c commit 79471e4

File tree

4 files changed

+29
-19
lines changed

4 files changed

+29
-19
lines changed

pkg/golinters/ginkgolinter/testdata/go.mod

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ module ginkgolinter
33
go 1.23.0
44

55
require (
6-
github.com/onsi/ginkgo/v2 v2.23.3
6+
github.com/onsi/ginkgo/v2 v2.23.4
77
github.com/onsi/gomega v1.37.0
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.7.0 // indirect
14-
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
14+
github.com/google/pprof v0.0.0-20250403155104-27863c87afa6 // indirect
15+
go.uber.org/automaxprocs v1.6.0 // indirect
1516
golang.org/x/net v0.37.0 // indirect
16-
golang.org/x/sys v0.31.0 // indirect
17+
golang.org/x/sys v0.32.0 // indirect
1718
golang.org/x/text v0.23.0 // indirect
18-
golang.org/x/tools v0.30.0 // indirect
19+
golang.org/x/tools v0.31.0 // indirect
1920
gopkg.in/yaml.v3 v3.0.1 // indirect
2021
)

pkg/golinters/ginkgolinter/testdata/go.sum

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

pkg/golinters/protogetter/testdata/go.mod

+2-2
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.71.1
6+
google.golang.org/grpc v1.72.0
77
google.golang.org/protobuf v1.36.6
88
)
99

1010
require (
1111
golang.org/x/net v0.38.0 // indirect
1212
golang.org/x/sys v0.31.0 // indirect
1313
golang.org/x/text v0.23.0 // indirect
14-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
14+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
1515
)

pkg/golinters/protogetter/testdata/go.sum

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

0 commit comments

Comments
 (0)