Skip to content

Commit 672e07f

Browse files
chore(deps): bump golang.org/x/net from 0.44.0 to 0.46.0 (#1347)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.46.0. - [Commits](golang/net@v0.44.0...v0.46.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8be4dbf commit 672e07f

File tree

2 files changed

+32
-80
lines changed

2 files changed

+32
-80
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/hashicorp/go-version v1.7.0
1111
github.com/hashicorp/terraform-plugin-log v0.9.0
1212
github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
13-
golang.org/x/net v0.44.0
13+
golang.org/x/net v0.46.0
1414
)
1515

1616
require (
@@ -47,11 +47,11 @@ require (
4747
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
4848
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4949
github.com/zclconf/go-cty v1.17.0 // indirect
50-
golang.org/x/crypto v0.42.0 // indirect
50+
golang.org/x/crypto v0.43.0 // indirect
5151
golang.org/x/mod v0.28.0 // indirect
5252
golang.org/x/sync v0.17.0 // indirect
53-
golang.org/x/sys v0.36.0 // indirect
54-
golang.org/x/text v0.29.0 // indirect
53+
golang.org/x/sys v0.37.0 // indirect
54+
golang.org/x/text v0.30.0 // indirect
5555
golang.org/x/tools v0.37.0 // indirect
5656
google.golang.org/appengine v1.6.8 // indirect
5757
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect

0 commit comments

Comments
 (0)