From e166bd5ce50cf73e7e119a5d2bf42f2b0ddd6f28 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 13 Dec 2025 01:51:49 +0000 Subject: [PATCH] chore(deps): update module github.com/stackitcloud/stackit-sdk-go to v0.20.1 --- languages/golang/templates/go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/golang/templates/go.mod.mustache b/languages/golang/templates/go.mod.mustache index 5bc4dd9..9970adc 100644 --- a/languages/golang/templates/go.mod.mustache +++ b/languages/golang/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.17.1 + github.com/stackitcloud/stackit-sdk-go/core v0.20.1 )