From 70ebbc909e1b69f80af940f2ecf8ff1de7f15d24 Mon Sep 17 00:00:00 2001 From: frikky Date: Tue, 16 May 2023 04:09:52 +0200 Subject: [PATCH] Minor fixes for backend & orborus --- backend/go-app/go.mod | 2 +- functions/onprem/orborus/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/go-app/go.mod b/backend/go-app/go.mod index 69662589..56c3b523 100644 --- a/backend/go-app/go.mod +++ b/backend/go-app/go.mod @@ -19,7 +19,7 @@ require ( github.com/gorilla/mux v1.8.0 github.com/h2non/filetype v1.1.3 github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.4.9 + github.com/shuffle/shuffle-shared v0.4.10 golang.org/x/crypto v0.3.0 google.golang.org/api v0.103.0 google.golang.org/appengine v1.6.7 diff --git a/functions/onprem/orborus/go.mod b/functions/onprem/orborus/go.mod index ef01713d..686ec617 100644 --- a/functions/onprem/orborus/go.mod +++ b/functions/onprem/orborus/go.mod @@ -8,7 +8,7 @@ require ( github.com/docker/docker v23.0.0+incompatible github.com/mackerelio/go-osstat v0.2.3 github.com/satori/go.uuid v1.2.0 - github.com/shuffle/shuffle-shared v0.4.9 + github.com/shuffle/shuffle-shared v0.4.10 ) require (