internal: add referrer classification

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ibcaa09bfd4767876ea1cdd5b61c53b476a6a6964
This commit is contained in:
raf 2026-03-01 01:44:14 +03:00
commit be4534bac8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
6 changed files with 355 additions and 0 deletions

2
go.mod
View file

@ -3,3 +3,5 @@ module notashelf.dev/watchdog
go 1.25.5
require gopkg.in/yaml.v3 v3.0.1
require golang.org/x/net v0.51.0