From cdf90c95bc20113a8d3dc9e9d6a2565f006b765c Mon Sep 17 00:00:00 2001 From: enki Date: Wed, 27 Aug 2025 15:00:22 -0700 Subject: [PATCH] more fucking fixes --- scripts/install_native.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install_native.sh b/scripts/install_native.sh index acd16b3..6ecd47f 100755 --- a/scripts/install_native.sh +++ b/scripts/install_native.sh @@ -259,6 +259,11 @@ if [ "$SKIP_BUILD" = false ]; then # Fix Go module dependencies echo "📦 Updating Go module dependencies..." + + # Ensure we're using the local module + export GOPROXY=direct + export GOSUMDB=off + go mod tidy # Install Go dependencies