From 47fe01726e2611a39faa392d4b689c26582d37c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Jul 2026 21:12:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(gomod):=20update=20mo?= =?UTF-8?q?dule=20github.com/zclconf/go-cty=20to=20v1.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4895498..c8ac446 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/outscale/goutils/sdk v0.0.5 github.com/outscale/osc-sdk-go/v3 v3.0.0-rc.2 - github.com/zclconf/go-cty v1.18.1 + github.com/zclconf/go-cty v1.19.0 golang.org/x/sys v0.47.0 )