Skip to content

Commit a8b0a7f

Browse files
Bump golang.org/x/net in /custom_provider/tf_custom_provider_sdkv2 (#33)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91eaa12 commit a8b0a7f

File tree

1 file changed

+3
-3
lines changed
  • custom_provider/tf_custom_provider_sdkv2

1 file changed

+3
-3
lines changed

‎custom_provider/tf_custom_provider_sdkv2/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ require (
3636
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
3737
github.com/vmihailenco/tagparser v0.1.1 // indirect
3838
github.com/zclconf/go-cty v1.10.0 // indirect
39-
golang.org/x/net v0.17.0 // indirect
40-
golang.org/x/sys v0.13.0 // indirect
41-
golang.org/x/text v0.13.0 // indirect
39+
golang.org/x/net v0.23.0 // indirect
40+
golang.org/x/sys v0.18.0 // indirect
41+
golang.org/x/text v0.14.0 // indirect
4242
google.golang.org/appengine v1.6.7 // indirect
4343
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
4444
google.golang.org/grpc v1.56.3 // indirect

0 commit comments

Comments
 (0)