From 89807a73217e0968e8e050c219862028836b8c96 Mon Sep 17 00:00:00 2001 From: stackit-pipeline <142982727+stackit-pipeline@users.noreply.github.com> Date: Mon, 30 Oct 2023 12:58:47 +0100 Subject: [PATCH] Update module github.com/stackitcloud/stackit-sdk-go to v0.4.0 (#39) Co-authored-by: Renovate Bot --- 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 31c544e..ed5e496 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.3.0 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.4.0 )