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