From e38a54303d5fc639100aaf83f6016529d94fc42d Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Tue, 3 Mar 2026 14:29:56 +0530 Subject: [PATCH] shuffle-shared bump --- backend/go-app/go.mod | 2 +- functions/onprem/orborus/go.mod | 3 +-- functions/onprem/worker/go.mod | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index 4bbbbdf4..bcc96f11 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -26,7 +26,7 @@ require ( github.com/gorilla/mux v1.8.1 github.com/h2non/filetype v1.1.3 github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.9.99 + github.com/shuffle/shuffle-shared v1.0.0 github.com/shuffle/singul v0.0.26 golang.org/x/crypto v0.45.0 google.golang.org/api v0.236.0 diff --git a/functions/onprem/orborus/go.mod b/functions/onprem/orborus/go.mod index 7fa5bdc4..f4a37b8b 100644 --- a/functions/onprem/orborus/go.mod +++ b/functions/onprem/orborus/go.mod @@ -10,7 +10,7 @@ require ( github.com/docker/docker v28.3.3+incompatible github.com/docker/go-connections v0.5.0 github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.9.87 + github.com/shuffle/shuffle-shared v1.0.0 k8s.io/api v0.34.2 k8s.io/apimachinery v0.34.2 ) @@ -48,7 +48,6 @@ require ( github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect github.com/containerd/errdefs v1.0.0 // indirect github.com/containerd/errdefs/pkg v0.3.0 // indirect - github.com/coreos/go-oidc/v3 v3.17.0 // indirect github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/distribution/reference v0.6.0 // indirect diff --git a/functions/onprem/worker/go.mod b/functions/onprem/worker/go.mod index 48194082..7b8bfefa 100644 --- a/functions/onprem/worker/go.mod +++ b/functions/onprem/worker/go.mod @@ -11,7 +11,7 @@ require ( github.com/docker/docker v28.3.3+incompatible github.com/gorilla/mux v1.8.1 github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.9.98 + github.com/shuffle/shuffle-shared v1.0.0 github.com/shuffle/singul v0.0.26 k8s.io/api v0.34.2 k8s.io/apimachinery v0.34.2