From 6bbfcca5ad56d636263cc876f43ec9a58988e607 Mon Sep 17 00:00:00 2001 From: enki Date: Wed, 27 Aug 2025 14:58:21 -0700 Subject: [PATCH] more fucking fixes --- scripts/install_native.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install_native.sh b/scripts/install_native.sh index df43139..acd16b3 100755 --- a/scripts/install_native.sh +++ b/scripts/install_native.sh @@ -257,6 +257,10 @@ echo "✅ Go $GO_VERSION ready" if [ "$SKIP_BUILD" = false ]; then echo "🔨 Building Torrent Gateway..." + # Fix Go module dependencies + echo "📦 Updating Go module dependencies..." + go mod tidy + # Install Go dependencies go mod download