From 610e40ccf7ae2fb7524e2dcc473ec5df3005cf39 Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Thu, 15 May 2025 13:45:36 +0530 Subject: [PATCH] bump the shuffle-shared version --- functions/onprem/orborus/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/onprem/orborus/go.mod b/functions/onprem/orborus/go.mod index 7cc2783e..fd65af94 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.51 + github.com/shuffle/shuffle-shared v0.8.54 k8s.io/api v0.32.3 k8s.io/apimachinery v0.32.3 ) @@ -107,7 +107,7 @@ require ( go4.org v0.0.0-20201209231011-d4a079459e60 // indirect golang.org/x/crypto v0.36.0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.37.0 // indirect + golang.org/x/net v0.38.0 // indirect golang.org/x/oauth2 v0.28.0 // indirect golang.org/x/sync v0.12.0 // indirect golang.org/x/sys v0.31.0 // indirect