From b938b5b2f49ac741343a5a3d8c500ef0e0a84837 Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Sun, 8 Feb 2026 22:40:10 +0530 Subject: [PATCH] chore: shuffle-shared bump --- backend/go-app/go.mod | 8 ++++---- functions/onprem/orborus/go.mod | 2 +- functions/onprem/worker/go.mod | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index 5de1a9e6..95820d05 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -26,8 +26,8 @@ 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.79 - github.com/shuffle/singul v0.0.20 + github.com/shuffle/shuffle-shared v0.9.82 + github.com/shuffle/singul v0.0.24 golang.org/x/crypto v0.45.0 google.golang.org/api v0.236.0 google.golang.org/grpc v1.72.2 @@ -75,10 +75,10 @@ require ( github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect - github.com/frikky/schemaless v0.0.25 // indirect + github.com/frikky/schemaless v0.0.28 // indirect github.com/fxamacker/cbor/v2 v2.9.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect - github.com/go-jose/go-jose/v4 v4.0.5 // indirect + github.com/go-jose/go-jose/v4 v4.1.3 // indirect github.com/go-logr/logr v1.4.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-openapi/jsonpointer v0.21.0 // indirect diff --git a/functions/onprem/orborus/go.mod b/functions/onprem/orborus/go.mod index 0c44b65b..a5a20284 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.79 + github.com/shuffle/shuffle-shared v0.9.82 k8s.io/api v0.34.2 k8s.io/apimachinery v0.34.2 ) diff --git a/functions/onprem/worker/go.mod b/functions/onprem/worker/go.mod index 36e50a50..7c833001 100644 --- a/functions/onprem/worker/go.mod +++ b/functions/onprem/worker/go.mod @@ -11,8 +11,8 @@ 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.76 - github.com/shuffle/singul v0.0.20 + github.com/shuffle/shuffle-shared v0.9.82 + github.com/shuffle/singul v0.0.24 k8s.io/api v0.34.2 k8s.io/apimachinery v0.34.2 k8s.io/client-go v0.34.2 @@ -60,7 +60,7 @@ require ( github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect github.com/felixge/httpsnoop v1.0.4 // indirect github.com/frikky/kin-openapi v0.42.0 // indirect - github.com/frikky/schemaless v0.0.25 // indirect + github.com/frikky/schemaless v0.0.28 // indirect github.com/fxamacker/cbor/v2 v2.9.0 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect