From 2b60bd832dc6f646e12147c51202969ccab69d22 Mon Sep 17 00:00:00 2001 From: frikky Date: Wed, 12 Jan 2022 14:03:31 +0100 Subject: [PATCH] Fixed issue with master branch shared not using remote go mod --- backend/go-app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index 16f22e0f..c57ed537 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -2,7 +2,7 @@ module shuffle go 1.13 -replace github.com/shuffle/shuffle-shared => ../../../../git/shuffle-shared +//replace github.com/shuffle/shuffle-shared => ../../../../git/shuffle-shared //replace github.com/frikky/kin-openapi => ../../../../git/kin-openapi