mirror of
https://codeberg.org/readeck/readeck.git
synced 2025-12-22 13:17:10 +00:00
100 lines
4.1 KiB
Modula-2
100 lines
4.1 KiB
Modula-2
module codeberg.org/readeck/readeck
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
codeberg.org/readeck/go-readability/v2 v2.1.0
|
|
github.com/CloudyKit/jet/v6 v6.3.1
|
|
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
|
|
github.com/antchfx/htmlquery v1.3.5
|
|
github.com/antchfx/xmlquery v1.5.0
|
|
github.com/anthonynsimon/bild v0.14.0
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
|
github.com/aymerick/douceur v0.2.0
|
|
github.com/caarlos0/env/v11 v11.3.1
|
|
github.com/cristalhq/acmd v0.12.0
|
|
github.com/dop251/goja v0.0.0-20251201205617-2bb4c724c0f9
|
|
github.com/dop251/goja_nodejs v0.0.0-20251015164255-5e94316bedaf
|
|
github.com/doug-martin/goqu/v9 v9.19.0
|
|
github.com/gabriel-vasile/mimetype v1.4.12
|
|
github.com/go-chi/chi/v5 v5.2.3
|
|
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hlandau/passlib v1.0.11
|
|
github.com/jackc/pgx/v5 v5.7.6
|
|
github.com/jarcoal/httpmock v1.4.1
|
|
github.com/kinbiko/jsonassert v1.2.0
|
|
github.com/klauspost/compress v1.18.2
|
|
github.com/komkom/toml v0.1.2
|
|
github.com/leonelquinteros/gotext v1.7.2
|
|
github.com/mangoumbrella/goldmark-figure v1.3.0
|
|
github.com/mattn/go-sqlite3 v1.14.32
|
|
github.com/phsym/console-slog v0.3.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/prometheus/client_golang v1.23.2
|
|
github.com/redis/go-redis/v9 v9.17.2
|
|
github.com/sergeymakinen/go-ico v1.0.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/tdewolff/parse/v2 v2.8.5
|
|
github.com/wneessen/go-mail v0.7.2
|
|
github.com/wyatt915/treeblood v0.1.16
|
|
github.com/yuin/goldmark v1.7.13
|
|
github.com/yuin/goldmark-meta v1.1.0
|
|
golang.org/x/crypto v0.46.0
|
|
golang.org/x/image v0.34.0
|
|
golang.org/x/net v0.48.0
|
|
golang.org/x/sync v0.19.0
|
|
golang.org/x/term v0.38.0
|
|
golang.org/x/text v0.32.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
modernc.org/sqlite v1.40.1
|
|
)
|
|
|
|
require (
|
|
github.com/CloudyKit/fastprinter v0.0.0-20251202014920-1725d2651bd4 // indirect
|
|
github.com/JohannesKaufmann/dom v0.2.0 // indirect
|
|
github.com/PuerkitoBio/goquery v1.11.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/antchfx/xpath v1.3.6-0.20251110055512-3cbab9750ea3 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/dlclark/regexp2 v1.11.5 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
github.com/google/pprof v0.0.0-20251213031049-b05bdaca462f // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.2 // indirect
|
|
github.com/kr/text v0.1.0 // indirect
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/ncruces/go-strftime v1.0.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
github.com/prometheus/common v0.67.4 // indirect
|
|
github.com/prometheus/procfs v0.19.2 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/sergeymakinen/go-bmp v1.0.0 // indirect
|
|
go.yaml.in/yaml/v2 v2.4.3 // indirect
|
|
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
|
|
gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
|
|
gopkg.in/hlandau/passlib.v1 v1.0.11 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
modernc.org/libc v1.67.1 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
)
|
|
|
|
replace github.com/antchfx/htmlquery v1.3.5 => github.com/mislav/htmlquery v1.3.5-0.20251120154755-ff4291f46397
|