From 6df7961793e67dbc8479d10d7124cbc96fff47da Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Tue, 13 May 2025 13:58:33 +0530 Subject: [PATCH] updated to new shuffle-shared version --- functions/onprem/orborus/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/onprem/orborus/go.mod b/functions/onprem/orborus/go.mod index 1d5d8afc..7cc2783e 100644 --- a/functions/onprem/orborus/go.mod +++ b/functions/onprem/orborus/go.mod @@ -10,7 +10,7 @@ require ( github.com/docker/docker v28.0.4+incompatible github.com/docker/go-connections v0.5.0 github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.8.38 + github.com/shuffle/shuffle-shared v0.8.51 k8s.io/api v0.32.3 k8s.io/apimachinery v0.32.3 )