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