From fe874bd3619a41aba12da4288086d457986b6e2f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 17 Nov 2023 01:11:59 +0000 Subject: [PATCH] Update module github.com/stackitcloud/stackit-sdk-go to v0.7.3 --- templates/go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/go.mod.mustache b/templates/go.mod.mustache index 7b9d651..fe4633f 100644 --- a/templates/go.mod.mustache +++ b/templates/go.mod.mustache @@ -3,5 +3,5 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/services{{#isGoSubmodule}}/{{pack go 1.18 require ( - {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.7.1 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.7.3 )