Skip to content

Commit 3e636cc

Browse files
Update All golang.org/x packages
1 parent 3176aef commit 3e636cc

File tree

68 files changed

+264
-84
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+264
-84
lines changed

cmd/codecovgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/bmatcuk/doublestar/v4 v4.9.1
77
go.yaml.in/yaml/v3 v3.0.4
8-
golang.org/x/mod v0.28.0
8+
golang.org/x/mod v0.31.0
99
)
1010

1111
require (

cmd/codecovgen/go.sum

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

cmd/opampsupervisor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
go.uber.org/goleak v1.3.0
3333
go.uber.org/multierr v1.11.0
3434
go.uber.org/zap v1.27.1
35-
golang.org/x/sys v0.38.0
35+
golang.org/x/sys v0.39.0
3636
google.golang.org/protobuf v1.36.10
3737
gopkg.in/yaml.v3 v3.0.1
3838
)

cmd/opampsupervisor/go.sum

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

cmd/telemetrygen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
go.opentelemetry.io/proto/otlp v1.9.0
2626
go.uber.org/goleak v1.3.0
2727
go.uber.org/zap v1.27.1
28-
golang.org/x/time v0.13.0
28+
golang.org/x/time v0.14.0
2929
google.golang.org/grpc v1.77.0
3030
)
3131

cmd/telemetrygen/go.sum

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

exporter/elasticsearchexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343
go.opentelemetry.io/otel/trace v1.38.0
4444
go.uber.org/goleak v1.3.0
4545
go.uber.org/zap v1.27.1
46-
golang.org/x/sync v0.18.0
46+
golang.org/x/sync v0.19.0
4747
)
4848

4949
require (

exporter/elasticsearchexporter/go.sum

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

exporter/elasticsearchexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
go.opentelemetry.io/collector/receiver/receivertest v0.141.0
3232
go.opentelemetry.io/collector/service v0.141.0
3333
go.uber.org/zap v1.27.1
34-
golang.org/x/sync v0.18.0
34+
golang.org/x/sync v0.19.0
3535
)
3636

3737
require (

exporter/elasticsearchexporter/integrationtest/go.sum

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

0 commit comments

Comments
 (0)