Skip to content

Commit 3ac9769

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/arangolint/testdata directory: [github.com/rs/zerolog](https://github.com/rs/zerolog). 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/rs/zerolog` from 1.33.0 to 1.34.0 - [Commits](rs/zerolog@v1.33.0...v1.34.0) Updates `google.golang.org/grpc` from 1.72.0 to 1.72.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.72.0...v1.72.1) --- updated-dependencies: - dependency-name: github.com/rs/zerolog dependency-version: 1.34.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: linter-testdata - dependency-name: google.golang.org/grpc dependency-version: 1.72.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: linter-testdata ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 66fc278 commit 3ac9769

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pkg/golinters/arangolint/testdata/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/mattn/go-colorable v0.1.13 // 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
15+
github.com/rs/zerolog v1.34.0 // indirect
1616
golang.org/x/net v0.33.0 // indirect
1717
golang.org/x/sys v0.28.0 // indirect
1818
golang.org/x/text v0.21.0 // indirect

pkg/golinters/arangolint/testdata/go.sum

Lines changed: 3 additions & 3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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

pkg/golinters/protogetter/testdata/go.sum

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

0 commit comments

Comments
 (0)