From fe265e0117d75e6002ddf813584f2691302fc75c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Sep 2026 00:42:47 +0000 Subject: [PATCH] chore(deps): update module github.com/stackitcloud/stackit-sdk-go to v0.27.1 --- languages/golang/compat-layer/templates/go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/golang/compat-layer/templates/go.mod.mustache b/languages/golang/compat-layer/templates/go.mod.mustache index c2cd9f8..1cfab61 100644 --- a/languages/golang/compat-layer/templates/go.mod.mustache +++ b/languages/golang/compat-layer/templates/go.mod.mustache @@ -3,5 +3,5 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/services{{#isGoSubmodule}}/{{pack go 1.21 require ( - github.com/stackitcloud/stackit-sdk-go/core v0.27.0 + github.com/stackitcloud/stackit-sdk-go/core v0.27.1 )