Skip to content

build(deps): bump dependencies in the linter-testdata group #5691

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/golinters/ginkgolinter/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.23.0

require (
github.com/onsi/ginkgo/v2 v2.23.3
github.com/onsi/gomega v1.36.3
github.com/onsi/gomega v1.37.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions pkg/golinters/ginkgolinter/testdata/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkg/golinters/protogetter/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
module protogetter

go 1.22.0
go 1.23.0

require (
google.golang.org/grpc v1.71.1
google.golang.org/protobuf v1.36.6
)

require (
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/net v0.38.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
)
12 changes: 6 additions & 6 deletions pkg/golinters/protogetter/testdata/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/golinters/spancheck/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module spancheck

go 1.22.0
go 1.23.0

require (
go.opentelemetry.io/otel v1.35.0
Expand Down
8 changes: 4 additions & 4 deletions pkg/golinters/zerologlint/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module zerologlint

go 1.19
go 1.23.0

require github.com/rs/zerolog v1.33.0
require github.com/rs/zerolog v1.34.0

require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)
13 changes: 7 additions & 6 deletions pkg/golinters/zerologlint/testdata/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading