From b212bc244b34c9969b6eb9bc6c439fcdc452cb28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:22:35 +0000 Subject: [PATCH] Bump golang.org/x/net in /custom_provider/tf_custom_provider_sdkv2 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- custom_provider/tf_custom_provider_sdkv2/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_provider/tf_custom_provider_sdkv2/go.mod b/custom_provider/tf_custom_provider_sdkv2/go.mod index 36ba63d..7b5c601 100644 --- a/custom_provider/tf_custom_provider_sdkv2/go.mod +++ b/custom_provider/tf_custom_provider_sdkv2/go.mod @@ -36,9 +36,9 @@ require ( github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect github.com/vmihailenco/tagparser v0.1.1 // indirect github.com/zclconf/go-cty v1.10.0 // indirect - golang.org/x/net v0.17.0 // indirect - golang.org/x/sys v0.13.0 // indirect - golang.org/x/text v0.13.0 // indirect + golang.org/x/net v0.23.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/text v0.14.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect google.golang.org/grpc v1.56.3 // indirect