Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

build(deps): bump the all group across 4 directories with 8 updates #4979

Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
chore: fix go versions
  • Loading branch information
ldez committed Sep 4, 2024
commit d175613bc6fa24835fb2907b2f95b3ddafae422b
2 changes: 1 addition & 1 deletion pkg/golinters/ginkgolinter/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ginkgolinter

go 1.19
go 1.22.0

require (
github.com/onsi/ginkgo/v2 v2.20.2
Expand Down
4 changes: 4 additions & 0 deletions pkg/golinters/ginkgolinter/testdata/go.sum

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

6 changes: 3 additions & 3 deletions pkg/golinters/loggercheck/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module loggercheck

go 1.19
go 1.21.0

require (
github.com/go-kit/log v0.2.1
Expand All @@ -10,6 +10,6 @@ require (
)

require (
github.com/go-logfmt/logfmt v0.5.1 // indirect
go.uber.org/multierr v1.10.0 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
)
13 changes: 9 additions & 4 deletions pkg/golinters/loggercheck/testdata/go.sum

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

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

go 1.19
go 1.21.0

require (
google.golang.org/grpc v1.57.0
google.golang.org/grpc v1.66.0
google.golang.org/protobuf v1.34.2
)

require (
github.com/golang/protobuf v1.5.3 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/text v0.18.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
)
32 changes: 14 additions & 18 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.21
go 1.21.0

require (
go.opentelemetry.io/otel v1.29.0
Expand Down
9 changes: 3 additions & 6 deletions pkg/golinters/zerologlint/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ module zerologlint

go 1.19

require (
github.com/rs/zerolog v1.29.1
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
)
require github.com/rs/zerolog v1.33.0

require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
golang.org/x/sys v0.7.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.25.0 // indirect
)
22 changes: 9 additions & 13 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