-
Notifications
You must be signed in to change notification settings - Fork 477
/
go.mod
240 lines (236 loc) · 11.9 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
module go-demo
go 1.18
require (
github.com/Shopify/sarama v1.20.0
github.com/TruthHun/html2md v0.0.0-20190507142218-8352cc68f88e
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/alibaba/sentinel-golang v0.3.0
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190827030439-84d9962c10d3
github.com/aliyun/aliyun-oss-go-sdk v2.0.1+incompatible
github.com/apache/rocketmq-client-go/v2 v2.1.0
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/charmbracelet/lipgloss v0.1.1
github.com/coreos/etcd v3.3.18+incompatible
github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-contrib/pprof v1.3.0
github.com/gin-gonic/gin v1.6.3
github.com/go-ldap/ldap v3.0.2+incompatible
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-session/session v3.1.2+incompatible
github.com/go-vgo/robotgo v0.0.0-20191216133555-c86926da97a5
github.com/gocolly/colly v1.2.0
github.com/gogf/gf v1.16.7
github.com/goinggo/mapstructure v0.0.0-20140717182941-194205d9b4a9
github.com/golang/mock v1.3.1
github.com/google/go-cmp v0.5.6
github.com/google/uuid v1.1.1
github.com/google/wire v0.5.0
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/hashicorp/consul/api v1.1.0
github.com/jinzhu/copier v0.0.0-20190625015134-976e0346caa8
github.com/jinzhu/gorm v1.9.2
github.com/json-iterator/go v1.1.9
github.com/koding/kite v0.0.0-20180710021347-baa1a54919e3
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/lxn/walk v0.0.0-20191128110447-55ccb3a9f5c1
github.com/marusama/cyclicbarrier v1.1.0
github.com/mattn/go-colorable v0.1.8
github.com/mdp/qrterminal/v3 v3.0.0
github.com/microcosm-cc/bluemonday v1.0.2
github.com/mozillazg/go-pinyin v0.18.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nguyenthenguyen/docx v0.0.0-20181031033525-8cb697a41e43
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/nsqio/go-nsq v1.0.7
github.com/olivere/elastic v6.2.18+incompatible
github.com/olivere/elastic/v7 v7.0.30
github.com/opentracing/opentracing-go v1.2.0
github.com/panjf2000/ants/v2 v2.3.1
github.com/pibigstar/go-sdk v0.0.0-20190727082016-c4f5d238d8f5
github.com/pkg/errors v0.9.1
github.com/qianlnk/pgbar v0.0.0-20190929032005-46c23acad4ed
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967
github.com/russross/blackfriday v2.0.0+incompatible
github.com/shirou/gopsutil v2.19.12+incompatible
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/smallnest/rpcx v0.0.0-20170601021420-329cf0078113
github.com/smartwalle/alipay/v3 v3.0.9
github.com/soheilhy/cmux v0.1.4
github.com/sony/sonyflake v1.0.0
github.com/spaolacci/murmur3 v1.1.0
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.23.1+incompatible
github.com/unidoc/unioffice v1.2.0
github.com/xuri/excelize v1.4.0
github.com/yanyiwu/gojieba v1.1.2
github.com/youzan/go-nsq v1.3.1
go.mongodb.org/mongo-driver v1.2.0
go.uber.org/goleak v1.1.12
go.uber.org/ratelimit v0.1.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
golang.org/x/text v0.3.6
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
google.golang.org/grpc v1.33.2
gopkg.in/Knetic/govaluate.v3 v3.0.0
gopkg.in/go-oauth2/redis.v3 v3.2.1
gopkg.in/go-playground/pool.v3 v3.1.1
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/oauth2.v3 v3.12.0
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/DataDog/zstd v1.3.5 // indirect
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.2.4 // indirect
github.com/antchfx/xpath v1.1.8 // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878 // indirect
github.com/astaxie/beego v1.12.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28 // indirect
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
github.com/eapache/go-resiliency v1.1.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-ego/gse v0.80.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.2.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gomodule/redigo v2.0.0+incompatible // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/hashicorp/serf v0.8.2 // indirect
github.com/huandu/go-sqlbuilder v1.30.0
github.com/igm/sockjs-go v3.0.2+incompatible // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/juju/ratelimit v1.0.1 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/koding/cache v0.0.0-20161222233015-e8a81b0b3f20 // indirect
github.com/koding/logging v0.0.0-20160720134017-8b5a689ed69b // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/lib/pq v1.1.1 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68 // indirect
github.com/muesli/termenv v0.8.1 // indirect
github.com/nsf/jsondiff v0.0.0-20230430225905-43f6cf3098c1
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
github.com/otiai10/gosseract v2.2.1+incompatible // indirect
github.com/otiai10/gosseract/v2 v2.4.1
github.com/pierrec/lz4 v2.0.7+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
github.com/qianlnk/to v0.0.0-20191230085244-91e712717368 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/robotn/gohook v0.0.0-20191208195706-98eb507a75d9 // indirect
github.com/robotn/xgb v0.0.0-20190912153532-2cb92d044934 // indirect
github.com/robotn/xgbutil v0.0.0-20190912154524-c861d6f87770 // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/sashabaranov/go-openai v1.32.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/smartwalle/crypto4go v1.0.2 // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect
github.com/tidwall/buntdb v1.1.0 // indirect
github.com/tidwall/gjson v1.3.2 // indirect
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
github.com/tidwall/match v1.0.1 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
github.com/tidwall/rtree v0.0.0-20180113144539-6cd427091e0e // indirect
github.com/tidwall/tinyqueue v0.0.0-20180302190814-1e39f5511563 // indirect
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
github.com/vcaesar/gops v0.0.0-20190910162627-58ac09d12a53 // indirect
github.com/vcaesar/imgo v0.0.0-20191008162304-a83ea7753bc8 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
go.opentelemetry.io/otel v1.0.0 // indirect
go.opentelemetry.io/otel/trace v1.0.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
golang.org/x/tools v0.1.5 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20160818020120-3f83fa500528 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
rsc.io/qr v0.2.0 // indirect
sigs.k8s.io/yaml v1.1.0 // indirect
stathat.com/c/consistent v1.0.0 // indirect
)
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0