module curiosity-crawler go 1.22 // No external dependencies - pure stdlib implementation // The crawler uses only: // - net/http for HTTP crawling // - net for UDP federation // - encoding/* for serialization // - html/template for dashboard // - regexp for HTML parsing // - math for neural computations