-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
114 lines (111 loc) · 5.12 KB
/
go.mod
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
module github.com/ghetzel/diecast
go 1.18
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/chroma v0.10.0
github.com/alicebob/miniredis v2.5.0+incompatible
github.com/aws/aws-sdk-go v1.44.121
github.com/beevik/etree v1.1.0
github.com/biessek/golang-ico v0.0.0-20180326222316-d348d9ea4670
github.com/dustin/go-humanize v1.0.0
github.com/ghetzel/cli v1.17.0
github.com/ghetzel/go-stockutil v1.11.3
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.112.0
github.com/go-shiori/go-readability v0.0.0-20220215145315-dd6828d2f09b
github.com/gobwas/glob v0.2.3
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gomodule/redigo v1.8.9
github.com/gorilla/websocket v1.5.0
github.com/grokify/html-strip-tags-go v0.0.1
github.com/husobee/vestigo v1.1.1
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
github.com/jszwec/s3fs v0.4.0
github.com/kelvins/sunrisesunset v0.0.0-20210220141756-39fa1bd816d5
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/mattn/go-isatty v0.0.16
github.com/mattn/go-shellwords v1.0.12
github.com/microcosm-cc/bluemonday v1.0.21
github.com/montanaflynn/stats v0.6.6
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.0
github.com/spaolacci/murmur3 v1.1.0
github.com/tg123/go-htpasswd v1.2.0
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/yosssi/gohtml v0.0.0-20201013000340-ee4748c638f4
golang.org/x/net v0.1.0
golang.org/x/oauth2 v0.1.0
golang.org/x/text v0.4.0
golang.org/x/tools v0.1.12
gopkg.in/yaml.v2 v2.4.0
)
require (
cloud.google.com/go/compute v1.10.0 // indirect
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/andybalholm/cascadia v1.3.1 // 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-20210627111528-4e4722cd0d65 // indirect
github.com/gogs/chardet v0.0.0-20191104214054-4b6791f73a28 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/css v1.0.0 // 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.0.7 // indirect
github.com/jdkato/prose v1.2.1 // indirect
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a // indirect
github.com/jlaffaye/ftp v0.0.0-20220310202011-d2c44e311e78 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // 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/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.10.4 // indirect
github.com/martinlindhe/unit v0.0.0-20210313160520-19b60e03648d // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/melbahja/goph v1.3.0 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/miekg/dns v1.1.48 // indirect
github.com/mitchellh/mapstructure v1.4.3 // 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.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/urfave/negroni v1.0.0 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/gson v0.7.1 // indirect
github.com/ysmood/leakless v0.8.0 // indirect
github.com/yuin/gopher-lua v0.0.0-20220504180219-658193537a64 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
go.uber.org/atomic v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/term v0.1.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
k8s.io/apimachinery v0.24.1 // indirect
k8s.io/client-go v0.24.1 // indirect
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
)