-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathgo.mod
More file actions
100 lines (97 loc) · 4.26 KB
/
go.mod
File metadata and controls
100 lines (97 loc) · 4.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
module github.com/ncarlier/readflow
require (
github.com/BurntSushi/toml v1.5.0
github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
github.com/Masterminds/squirrel v1.5.4
github.com/SherClockHolmes/webpush-go v1.4.0
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/bits-and-blooms/bloom/v3 v3.7.1
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/emersion/go-smtp v0.24.0
github.com/galdor/go-thumbhash v1.0.0
github.com/getsentry/raven-go v0.2.0
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c
github.com/go-shiori/go-readability v0.0.0-20250217085726-9f5bf5ca7612
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
github.com/google/uuid v1.6.0
github.com/graphql-go/graphql v0.8.1
github.com/graphql-go/handler v0.2.4
github.com/imdario/mergo v0.3.16
github.com/klauspost/compress v1.18.1
github.com/lib/pq v1.10.9
github.com/mark3labs/mcp-go v0.43.2
github.com/microcosm-cc/bluemonday v1.0.27
github.com/minio/minio-go/v7 v7.0.97
github.com/prometheus/client_golang v1.23.2
github.com/rs/cors v1.11.1
github.com/rs/zerolog v1.34.0
github.com/sethvargo/go-limiter v1.1.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/skx/evalfilter/v2 v2.1.19
github.com/speps/go-hashids/v2 v2.0.1
github.com/stretchr/testify v1.11.1
github.com/tdewolff/minify/v2 v2.24.7
github.com/valyala/fasttemplate v1.2.2
go.etcd.io/bbolt v1.4.3
golang.org/x/crypto v0.45.0
golang.org/x/image v0.33.0
golang.org/x/net v0.47.0
golang.org/x/sync v0.18.0
golang.org/x/text v0.31.0
github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 // indirect
)
require (
github.com/chromedp/chromedp v0.14.2 // indirect
github.com/chromedp/sysutil v1.1.0 // indirect
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/JohannesKaufmann/dom v0.2.0 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bits-and-blooms/bitset v1.24.4 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/css v1.0.1 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/klauspost/crc32 v1.3.0 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/crc64nvme v1.1.1 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // 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/rs/xid v1.6.0 // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/tdewolff/parse/v2 v2.8.5 // indirect
github.com/tinylib/msgp v1.5.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
golang.org/x/sys v0.38.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
go 1.24.0