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 )