From 1baef44036de979b95e559df9daebd4443894530 Mon Sep 17 00:00:00 2001 From: zeshan Date: Fri, 29 Aug 2025 23:48:05 +0800 Subject: [PATCH] syncdeps: update x/net to v0.41.0 --- internal/backend/remote-state/oss/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backend/remote-state/oss/go.mod b/internal/backend/remote-state/oss/go.mod index 22a6d48287..c47159377d 100644 --- a/internal/backend/remote-state/oss/go.mod +++ b/internal/backend/remote-state/oss/go.mod @@ -12,6 +12,7 @@ require ( github.com/hashicorp/terraform/internal/legacy v0.0.0-00010101000000-000000000000 github.com/jmespath/go-jmespath v0.4.0 github.com/mitchellh/go-homedir v1.1.0 + golang.org/x/net v0.41.0 ) require ( @@ -46,7 +47,6 @@ require ( github.com/zclconf/go-cty-yaml v1.1.0 // indirect golang.org/x/crypto v0.39.0 // indirect golang.org/x/mod v0.25.0 // indirect - golang.org/x/net v0.41.0 // indirect golang.org/x/sync v0.15.0 // indirect golang.org/x/sys v0.33.0 // indirect golang.org/x/text v0.26.0 // indirect