From aad105d402be73f163d90bcc14ba588cdb5379b8 Mon Sep 17 00:00:00 2001 From: Fwwallisch <Fabian.Wallisch@Student.Reutlingen-University.de> Date: Mon, 28 Mar 2022 13:18:39 +0200 Subject: [PATCH] fixed go mod third time --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 43cf673..fdb48d9 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module gitlab.reutlingen-university.de/wallisch/health-wallisch go 1.18 + +replace gitlab.reutlingen-university.de/wallisch/health-wallisch => gitlab.reutlingen-university.de/wallisch/health-wallisch v1.0.5 -- GitLab