This commit is contained in:
2026-02-19 00:21:17 +03:00
commit a2a0978f77
7 changed files with 309 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module readlist
go 1.25.7
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/jmoiron/sqlx v1.4.0
github.com/mattn/go-sqlite3 v1.14.34
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.47.0 // indirect
)