From 5bfb17c9b09ac331bd3a8bf1e22900f0dc06d6f4 Mon Sep 17 00:00:00 2001 From: Frikky Date: Tue, 7 Oct 2025 17:13:08 +0200 Subject: [PATCH] Added basic revisions for datastore keys --- 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 b6ccae82..804823dc 100644 --- a/functions/onprem/orborus/go.mod +++ b/functions/onprem/orborus/go.mod @@ -4,7 +4,7 @@ go 1.24.0 toolchain go1.24.4 -//replace github.com/shuffle/shuffle-shared => ../../../../shuffle-shared +replace github.com/shuffle/shuffle-shared => ../../../../shuffle-shared require ( github.com/docker/docker v28.3.3+incompatible