diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index f3ec5a8c..6f8bdfbf 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 v1.2.9 + github.com/shuffle/shuffle-shared v1.2.24 github.com/shuffle/singul v0.0.29 golang.org/x/crypto v0.45.0 google.golang.org/api v0.236.0 diff --git a/backend/go-app/main.go b/backend/go-app/main.go index 48fe90e1..d3675a9f 100755 --- a/backend/go-app/main.go +++ b/backend/go-app/main.go @@ -893,7 +893,7 @@ func handleInfo(resp http.ResponseWriter, request *http.Request) { childOrgs := []shuffle.Org{} if len(org.CreatorOrg) > 0 { - childOrgs, err = shuffle.GetAllChildOrgs(ctx, org.CreatorOrg) + childOrgs, _, err = shuffle.GetAllChildOrgs(ctx, org.CreatorOrg) if err != nil { log.Printf("[ERROR] Failed to get child orgs during getinfo: %s", err) childOrgs = []shuffle.Org{} diff --git a/functions/onprem/orborus/go.mod b/functions/onprem/orborus/go.mod index b131c52d..ba7076c0 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 v1.0.6 + github.com/shuffle/shuffle-shared v1.2.24 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 6be7413d..183552c1 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 v1.2.8 + github.com/shuffle/shuffle-shared v1.2.24 github.com/shuffle/singul v0.0.30 k8s.io/api v0.34.2 k8s.io/apimachinery v0.34.2