From 137df9f20afe039ca8c8e68264f16150e8ecf59b Mon Sep 17 00:00:00 2001 From: frikky Date: Tue, 21 Sep 2021 14:28:39 +0200 Subject: [PATCH] Fixed SSO bugs for PingID --- 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 c323832b..2c94f896 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/frikky/shuffle-shared => ../../../../git/shuffle-shared +replace github.com/frikky/shuffle-shared => ../../../../git/shuffle-shared //replace github.com/frikky/kin-openapi => ../../../../git/kin-openapi