aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 024f20d682dfaee4729d6b3f23ea8eedf9e21b02 (plain)
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
module within.website/x

go 1.24

require (
	al.essio.dev/pkg/shellescape v1.6.0
	cirello.io/goherokuname v0.0.0-20190914093443-b436bae8c2c5
	connectrpc.com/connect v1.18.1
	github.com/Marcel-ICMC/graw v0.0.0-20230411090719-e24cd8592d25
	github.com/McKael/madon/v2 v2.4.0
	github.com/NYTimes/gziphandler v1.1.1
	github.com/Songmu/gitconfig v0.2.0
	github.com/a-h/templ v0.3.833
	github.com/adrg/frontmatter v0.2.0
	github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
	github.com/bluesky-social/indigo v0.0.0-20240905024844-a4f38639767f
	github.com/bluesky-social/jetstream v0.0.0-20241022030937-75fdbaa83787
	github.com/bwmarrin/discordgo v0.28.1
	github.com/c-bata/go-prompt v0.2.6
	github.com/cenkalti/backoff/v4 v4.3.0
	github.com/coreos/go-oidc/v3 v3.12.0
	github.com/danrusei/gobot-bsky v0.1.0
	github.com/disintegration/imaging v1.6.2
	github.com/dop251/goja v0.0.0-20230531210528-d7324b2d74f7
	github.com/eaburns/peggy v1.0.2
	github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51
	github.com/gen2brain/avif v0.4.3
	github.com/gen2brain/heic v0.3.0
	github.com/gen2brain/jpegxl v0.4.4
	github.com/gen2brain/webp v0.4.4
	github.com/go-gorm/caches/v4 v4.0.5
	github.com/go-interpreter/wagon v0.6.0
	github.com/goccy/go-json v0.10.5
	github.com/golang-jwt/jwt/v5 v5.2.2
	github.com/gomarkdown/markdown v0.0.0-20240328165702-4d01890c35c0
	github.com/google/go-github v17.0.0+incompatible
	github.com/google/subcommands v1.2.0
	github.com/google/uuid v1.6.0
	github.com/goreleaser/nfpm/v2 v2.41.2
	github.com/gorilla/securecookie v1.1.2
	github.com/gorilla/sessions v1.4.0
	github.com/ipfs/go-cid v0.5.0
	github.com/joho/godotenv v1.5.1
	github.com/kr/pretty v0.3.1
	github.com/lib/pq v1.10.9
	github.com/mattn/go-sqlite3 v1.14.24
	github.com/multiformats/go-multibase v0.2.0
	github.com/mymmrac/telego v0.31.5
	github.com/nats-io/nats.go v1.38.0
	github.com/ncruces/go-sqlite3 v0.16.0
	github.com/ncruces/go-sqlite3/gormlite v0.16.0
	github.com/nicklaw5/helix/v2 v2.31.0
	github.com/orandin/slog-gorm v1.4.0
	github.com/otiai10/copy v1.14.0
	github.com/pires/go-proxyproto v0.7.0
	github.com/pkg/errors v0.9.1
	github.com/posener/complete v1.2.3
	github.com/redis/go-redis/v9 v9.5.5
	github.com/robfig/cron/v3 v3.0.1
	github.com/rodaine/table v1.2.0
	github.com/rogpeppe/go-internal v1.13.1
	github.com/rs/cors v1.11.0
	github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a
	github.com/speps/go-hashids v2.0.0+incompatible
	github.com/stoewer/go-strcase v1.3.0
	github.com/tetratelabs/wazero v1.9.0
	github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
	github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
	github.com/twitchtv/twirp v8.1.3+incompatible
	github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c
	github.com/whyrusleeping/go-did v0.0.0-20230824162731-404d1707d5d6
	go.etcd.io/bbolt v1.4.0
	go.jetpack.io/tyson v0.1.1
	go4.org v0.0.0-20190313082347-94abd6928b1d
	golang.org/x/crypto v0.33.0
	golang.org/x/oauth2 v0.25.0
	golang.org/x/sync v0.11.0
	golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
	google.golang.org/grpc v1.70.0
	gorm.io/gorm v1.25.12
	gorm.io/plugin/prometheus v0.1.0
	nhooyr.io/websocket v1.8.11
)

require (
	cloud.google.com/go v0.112.1 // indirect
	cloud.google.com/go/compute/metadata v0.5.2 // indirect
	cloud.google.com/go/iam v1.1.6 // indirect
	cloud.google.com/go/kms v1.15.8 // indirect
	cloud.google.com/go/storage v1.39.1 // indirect
	code.gitea.io/sdk/gitea v0.18.0 // indirect
	dario.cat/mergo v1.0.1 // indirect
	github.com/AlekSi/pointer v1.2.0 // indirect
	github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
	github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0 // indirect
	github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 // indirect
	github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect
	github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0 // indirect
	github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
	github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.1 // indirect
	github.com/Azure/go-autorest v14.2.0+incompatible // indirect
	github.com/Azure/go-autorest/autorest v0.11.29 // indirect
	github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
	github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 // indirect
	github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
	github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
	github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
	github.com/Azure/go-autorest/logger v0.2.1 // indirect
	github.com/Azure/go-autorest/tracing v0.6.0 // indirect
	github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
	github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
	github.com/Masterminds/goutils v1.1.1 // indirect
	github.com/Masterminds/semver/v3 v3.3.1 // indirect
	github.com/Masterminds/sprig/v3 v3.3.0 // indirect
	github.com/Microsoft/go-winio v0.6.1 // indirect
	github.com/ProtonMail/go-crypto v1.1.4 // indirect
	github.com/alessio/shellescape v1.4.1 // indirect
	github.com/anchore/bubbly v0.0.0-20230518153401-87b6af8ccf22 // indirect
	github.com/anchore/go-logger v0.0.0-20230725134548-c21dafa1ec5a // indirect
	github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb // indirect
	github.com/anchore/quill v0.4.1 // indirect
	github.com/andybalholm/brotli v1.1.1 // indirect
	github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
	github.com/atc0005/go-teams-notify/v2 v2.10.0 // indirect
	github.com/aws/aws-sdk-go v1.53.0 // indirect
	github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
	github