From 69f16000c8bac434d77d31bf9d77d6b5113b1495 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Nov 2023 02:28:09 +0000 Subject: [PATCH] Update module github.com/stackitcloud/stackit-sdk-go to v0.7.0 --- 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 bdc8ac3..f63ce86 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.6.0 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.7.0 )