From 4ef848e85634c02ebb7384709efc06a3e4340d49 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 11 Jan 2025 01:36:51 +0000 Subject: [PATCH] chore(deps): update module github.com/stackitcloud/stackit-sdk-go to v0.15.1 --- templates/go/go.mod.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/go/go.mod.mustache b/templates/go/go.mod.mustache index 3a0088e..9db6c4d 100644 --- a/templates/go/go.mod.mustache +++ b/templates/go/go.mod.mustache @@ -3,5 +3,5 @@ module {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/services{{#isGoSubmodule}}/{{pack go 1.18 require ( - {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.15.0 + {{gitHost}}/{{gitUserId}}/{{gitRepoId}}/core v0.15.1 )