core: harden watch-order relations

This commit is contained in:
2026-04-11 22:06:26 +02:00
parent d07ba90892
commit 6edf47c553
6 changed files with 505 additions and 210 deletions

8
go.mod
View File

@@ -3,8 +3,14 @@ module mal
go 1.24.0
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/a-h/templ v0.3.1001
github.com/google/uuid v1.6.0
github.com/mattn/go-sqlite3 v1.14.40
golang.org/x/crypto v0.31.0
golang.org/x/crypto v0.45.0
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.47.0 // indirect
)