From 9e28996a949b78709f41afc4945c7a7caec1c210 Mon Sep 17 00:00:00 2001 From: Hari Om Date: Wed, 15 Apr 2026 13:44:26 +0530 Subject: [PATCH] Remove internal SDK replacement for enforced block types in go.mod --- go.mod | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 856be7998..a70a072e9 100644 --- a/go.mod +++ b/go.mod @@ -397,7 +397,4 @@ require ( go 1.25.8 -replace github.com/zclconf/go-cty => github.com/nywilken/go-cty v1.13.3 // added by packer-sdc fix as noted in github.com/hashicorp/issues/187 - -// The internal Go SDK has the enforced block types not yet available in the public SDK. -replace github.com/hashicorp/hcp-sdk-go => github.com/hashicorp/hcp-sdk-go-internal v0.0.0-20260304114239-45aa9349dd39 +replace github.com/zclconf/go-cty => github.com/nywilken/go-cty v1.13.3 // added by packer-sdc fix as noted in github.com/hashicorp/issues/187 \ No newline at end of file