From 1c5e51bbb5531e4ef6b9ec9540ff04bdb73f12e5 Mon Sep 17 00:00:00 2001 From: Mark Puha Date: Thu, 13 Feb 2025 09:35:30 +0100 Subject: [PATCH] use golua hotfix --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 435752a..2b628fe 100644 --- a/go.mod +++ b/go.mod @@ -12,6 +12,8 @@ require ( gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 ) +replace github.com/aarzilli/golua v0.0.0-20241229084300-cd31ab23902e => github.com/marko1777/golua v0.1.0 + require ( github.com/google/btree v1.0.1 // indirect golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect