Skip to content

Commit

Permalink
build(deps): bump the all group across 3 directories with 4 updates /…
Browse files Browse the repository at this point in the history
…testdata (#5049)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ldez authored Oct 1, 2024
1 parent 88c8a68 commit 5956285
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 21 deletions.
3 changes: 1 addition & 2 deletions pkg/golinters/ginkgolinter/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ go 1.22.0

require (
github.com/onsi/ginkgo/v2 v2.20.2
github.com/onsi/gomega v1.34.1
github.com/onsi/gomega v1.34.2
)

require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
Expand Down
6 changes: 2 additions & 4 deletions pkg/golinters/ginkgolinter/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/protogetter/testdata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module protogetter
go 1.21.0

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

Expand Down
6 changes: 2 additions & 4 deletions pkg/golinters/protogetter/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/spancheck/testdata/go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module spancheck

go 1.21.0
go 1.22

require (
go.opentelemetry.io/otel v1.29.0
go.opentelemetry.io/otel/trace v1.29.0
go.opentelemetry.io/otel v1.30.0
go.opentelemetry.io/otel/trace v1.30.0
)

require (
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.30.0 // indirect
)
12 changes: 6 additions & 6 deletions pkg/golinters/spancheck/testdata/go.sum

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

0 comments on commit 5956285

Please sign in to comment.