From 32b85ed985bf717dd4005cffabfd3d420aaeb133 Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 12 May 2022 17:12:45 +0200 Subject: [PATCH 1/2] Minor fix to go.mod in master --- 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 25119c40..c37edbd4 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -2,7 +2,7 @@ module main go 1.16 -replace github.com/shuffle/shuffle-shared => ../../../shuffle-shared +//replace github.com/shuffle/shuffle-shared => ../../../shuffle-shared //replace github.com/frikky/kin-openapi => ../../../../git/kin-openapi //replace github.com/frikky/go-elasticsearch => ../../../../git/go-elasticsearch From ebd4936d24cddd280c730639dab7f4da18c3a31a Mon Sep 17 00:00:00 2001 From: frikky Date: Thu, 12 May 2022 17:14:28 +0200 Subject: [PATCH 2/2] Fixed master gomod --- 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 c37edbd4..8c4bf04d 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -24,7 +24,7 @@ require ( github.com/h2non/filetype v1.1.3 github.com/nirasan/go-oauth-pkce-code-verifier v0.0.0-20170819232839-0fbfe93532da // indirect github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.2.29 + github.com/shuffle/shuffle-shared v0.2.42 go4.org v0.0.0-20201209231011-d4a079459e60 // indirect golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce google.golang.org/api v0.65.0