From 3a6d4c5f3974bead1f8a19cca745b17eab71bc0e Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:53:16 +0530 Subject: [PATCH] fix: go.mod fix --- 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 109796ed..013c1b65 100755 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -1,6 +1,6 @@ module shuffle-shared -replace github.com/shuffle/shuffle-shared => ../../../../git/shuffle-shared +// replace github.com/shuffle/shuffle-shared => ../../../../git/shuffle-shared go 1.19