From 1903f6bb03e87af92f60131f56ec0530b27a8a84 Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Sat, 1 Nov 2025 05:08:22 +0530 Subject: [PATCH] fix: removing local lib reference --- backend/go-app/go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index f2708784..fef7eeef 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -4,7 +4,8 @@ go 1.24.0 toolchain go1.24.3 -replace github.com/shuffle/shuffle-shared => ../../../shuffle-shared +//replace github.com/shuffle/shuffle-shared => ../../../shuffle-shared + //replace github.com/frikky/schemaless => ../../../schemaless //replace github.com/frikky/kin-openapi => ../../../../git/kin-openapi