summaryrefslogtreecommitdiff
path: root/src/go.mod
diff options
context:
space:
mode:
authordev2026-06-24 03:19:26 +0200
committerdev2026-06-24 03:19:26 +0200
commit163b9bddd68f7ffc8fc4164acee333fe5bff3c7a (patch)
treec073d535daaad40ba00de99870dff67809bce6a6 /src/go.mod
parent16a92e119b8123902b0773ba2878fb3926d9ee09 (diff)
downloadhnimdbbot-163b9bddd68f7ffc8fc4164acee333fe5bff3c7a.tar.gz
feat: extract IMDB title IDs from links URLs into param field
- Query links table for IMDB title URLs (field=1, host=imdb.com) - Extract ttIDs via regex and batch-update links.param - 5662 rows updated successfully
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/go.mod b/src/go.mod
index 4a23ad9..58f7eb3 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -1,3 +1,10 @@
module hnimdbbot
go 1.26.4
+
+require (
+ github.com/go-sql-driver/mysql v1.8.1
+ github.com/jmoiron/sqlx v1.4.0
+)
+
+require filippo.io/edwards25519 v1.1.0 // indirect