From dc2a06c72389ec8d4fbb9d19e12b7475d724cf89 Mon Sep 17 00:00:00 2001 From: frikky Date: Sat, 12 Nov 2022 20:45:27 +0100 Subject: [PATCH] Push with new selector issue fixed in shuffle-shared --- backend/go-app/go.mod | 2 +- functions/onprem/orborus/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index 31b04258..2d498363 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -23,7 +23,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.3.23 + github.com/shuffle/shuffle-shared v0.3.24 go4.org v0.0.0-20201209231011-d4a079459e60 // indirect golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce google.golang.org/api v0.65.0 diff --git a/functions/onprem/orborus/go.mod b/functions/onprem/orborus/go.mod index 400ce98d..7d11eb8c 100644 --- a/functions/onprem/orborus/go.mod +++ b/functions/onprem/orborus/go.mod @@ -8,5 +8,5 @@ require ( github.com/docker/go-connections v0.4.0 // indirect github.com/mackerelio/go-osstat v0.2.1 github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.3.23 + github.com/shuffle/shuffle-shared v0.3.24 )