Skip to content

Commit a306c63

Browse files
build(deps): bump the linter-testdata group across 2 directories with 4 updates
Bumps the linter-testdata group with 2 updates in the /pkg/golinters/ginkgolinter/testdata directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/onsi/gomega](https://github.com/onsi/gomega). Bumps the linter-testdata group with 2 updates in the /pkg/golinters/protogetter/testdata directory: [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf. Updates `github.com/onsi/ginkgo/v2` from 2.23.0 to 2.23.3 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.0...v2.23.3) Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.2...v1.36.3) Updates `google.golang.org/grpc` from 1.71.0 to 1.71.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.71.0...v1.71.1) Updates `google.golang.org/protobuf` from 1.36.5 to 1.36.6 --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: linter-testdata - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-patch dependency-group: linter-testdata - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: linter-testdata - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: linter-testdata ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6f6f105 commit a306c63

File tree

4 files changed

+30
-26
lines changed

4 files changed

+30
-26
lines changed

pkg/golinters/ginkgolinter/testdata/go.mod

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,21 @@ module ginkgolinter
22

33
go 1.23.0
44

5+
toolchain go1.24.1
6+
57
require (
6-
github.com/onsi/ginkgo/v2 v2.23.0
7-
github.com/onsi/gomega v1.36.2
8+
github.com/onsi/ginkgo/v2 v2.23.3
9+
github.com/onsi/gomega v1.36.3
810
)
911

1012
require (
1113
github.com/go-logr/logr v1.4.2 // indirect
1214
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
13-
github.com/google/go-cmp v0.6.0 // indirect
15+
github.com/google/go-cmp v0.7.0 // indirect
1416
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
15-
golang.org/x/net v0.35.0 // indirect
16-
golang.org/x/sys v0.30.0 // indirect
17-
golang.org/x/text v0.22.0 // indirect
17+
golang.org/x/net v0.37.0 // indirect
18+
golang.org/x/sys v0.31.0 // indirect
19+
golang.org/x/text v0.23.0 // indirect
1820
golang.org/x/tools v0.30.0 // indirect
1921
gopkg.in/yaml.v3 v3.0.1 // indirect
2022
)

pkg/golinters/ginkgolinter/testdata/go.sum

Lines changed: 14 additions & 14 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ module protogetter
22

33
go 1.22.0
44

5+
toolchain go1.24.1
6+
57
require (
6-
google.golang.org/grpc v1.71.0
7-
google.golang.org/protobuf v1.36.5
8+
google.golang.org/grpc v1.71.1
9+
google.golang.org/protobuf v1.36.6
810
)
911

1012
require (

pkg/golinters/protogetter/testdata/go.sum

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

0 commit comments

Comments
 (0)