feat(scraper): remove HTMX UI — delete ui.go, extract helpers.go, drop goldmark dependency

This commit is contained in:
Admin
2026-03-02 22:03:36 +05:00
parent cb90771248
commit 38e400a4c7
5 changed files with 74 additions and 3308 deletions

View File

@@ -5,7 +5,6 @@ go 1.25.0
require (
github.com/gorilla/websocket v1.5.3
github.com/minio/minio-go/v7 v7.0.98
github.com/yuin/goldmark v1.7.16
golang.org/x/net v0.51.0
gopkg.in/yaml.v3 v3.0.1
)