Skip to content

Commit 81b83d3

Browse files
Update All golang.org/x packages
1 parent e7e589e commit 81b83d3

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

config/confighttp/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
go.opentelemetry.io/otel v1.37.0
2828
go.uber.org/goleak v1.3.0
2929
go.uber.org/zap v1.27.0
30-
golang.org/x/net v0.41.0
30+
golang.org/x/net v0.42.0
3131
)
3232

3333
require (
@@ -61,9 +61,9 @@ require (
6161
go.opentelemetry.io/otel/trace v1.37.0 // indirect
6262
go.uber.org/multierr v1.11.0 // indirect
6363
go.yaml.in/yaml/v3 v3.0.4 // indirect
64-
golang.org/x/crypto v0.39.0 // indirect
65-
golang.org/x/sys v0.33.0 // indirect
66-
golang.org/x/text v0.26.0 // indirect
64+
golang.org/x/crypto v0.40.0 // indirect
65+
golang.org/x/sys v0.34.0 // indirect
66+
golang.org/x/text v0.27.0 // indirect
6767
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
6868
google.golang.org/grpc v1.73.0 // indirect
6969
google.golang.org/protobuf v1.36.6 // indirect

config/confighttp/go.sum

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

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
go.opentelemetry.io/build-tools/githubgen v0.23.1
2020
go.opentelemetry.io/build-tools/multimod v0.23.1
2121
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
22-
golang.org/x/tools v0.34.0
22+
golang.org/x/tools v0.35.0
2323
golang.org/x/vuln v1.1.4
2424
gotest.tools/gotestsum v1.12.3
2525
mvdan.cc/gofumpt v0.8.0

0 commit comments

Comments
 (0)