shuffle-shared bump
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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{}
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user