-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
120 lines (117 loc) · 5.33 KB
/
go.mod
File metadata and controls
120 lines (117 loc) · 5.33 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
module github.com/ghetzel/diecast
go 1.24.2
require (
github.com/PuerkitoBio/goquery v1.11.0
github.com/alecthomas/chroma v0.10.0
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/aws/aws-sdk-go v1.55.8
github.com/beevik/etree v1.6.0
github.com/biessek/golang-ico v0.0.0-20250805151044-6d8ea19fb761
github.com/dustin/go-humanize v1.0.1
github.com/ghetzel/cli v1.17.0
github.com/ghetzel/go-stockutil v1.13.0
github.com/ghetzel/ratelimit v0.0.0-20200513232932-b28727c55ae1
github.com/ghetzel/testify v1.4.1
github.com/ghodss/yaml v1.0.0
github.com/go-rod/rod v0.116.2
github.com/go-shiori/go-readability v0.0.0-20251205110129-5db1dc9836f0
github.com/gobwas/glob v0.2.3
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gomodule/redigo v1.9.3
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
github.com/grokify/html-strip-tags-go v0.1.0
github.com/husobee/vestigo v1.1.1
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
github.com/jszwec/s3fs v1.0.0
github.com/kelvins/sunrisesunset v0.0.0-20230419165732-4d545fa3ee7d
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-shellwords v1.0.12
github.com/microcosm-cc/bluemonday v1.0.27
github.com/montanaflynn/stats v0.7.1
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/opentracing/opentracing-go v1.2.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/signalsciences/tlstext v1.3.0
github.com/sj14/astral v0.2.2
github.com/spaolacci/murmur3 v1.1.0
github.com/tg123/go-htpasswd v1.2.4
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
golang.org/x/net v0.48.0
golang.org/x/oauth2 v0.34.0
golang.org/x/text v0.32.0
golang.org/x/tools/godoc v0.1.0-deprecated
gopkg.in/yaml.v2 v2.4.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5 // indirect
github.com/HdrHistogram/hdrhistogram-go v1.2.0 // indirect
github.com/alicebob/gopher-json v0.0.0-20230218143504-906a9b012302 // 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/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/ghetzel/go-defaults v1.2.0 // indirect
github.com/ghetzel/uuid v0.0.0-20171129191014-dec09d789f3d // indirect
github.com/go-shiori/dom v0.0.0-20230515143342-73569d674e1c // indirect
github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/grandcat/zeroconf v1.0.0 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jackpal/gateway v1.1.1 // indirect
github.com/jdkato/prose v1.2.1 // indirect
github.com/jdxcode/netrc v1.0.0 // indirect
github.com/jlaffaye/ftp v0.2.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/juliangruber/go-intersect v1.1.0 // indirect
github.com/kellydunn/golang-geo v0.7.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/martinlindhe/unit v0.0.0-20230420213220-4adfd7d0a0d6 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/melbahja/goph v1.4.0 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/miekg/dns v1.1.66 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pkg/sftp v1.13.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/urfave/negroni v1.0.0 // indirect
github.com/ysmood/fetchup v0.2.3 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/got v0.40.0 // indirect
github.com/ysmood/gson v0.7.3 // indirect
github.com/ysmood/leakless v0.9.0 // indirect
github.com/yuin/gopher-lua v1.1.1 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/mod v0.30.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/term v0.38.0 // indirect
golang.org/x/tools v0.39.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apimachinery v0.33.1 // indirect
k8s.io/client-go v0.33.1 // indirect
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
)