-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
44 lines (40 loc) · 1.71 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
module github.com/ruizlenato/smudgelord
go 1.22.3
require (
github.com/anthonynsimon/bild v0.14.0
github.com/fasthttp/router v1.5.3
github.com/joho/godotenv v1.5.1
github.com/kkdai/youtube/v2 v2.10.3-0.20241223090316-51b72ca3df15
github.com/lus/fluent.go v0.0.0-20240613180830-a11a6bbd90a9
github.com/mattn/go-sqlite3 v1.14.24
github.com/mymmrac/telego v0.31.5
github.com/redis/go-redis/v9 v9.7.0
github.com/valyala/fasthttp v1.58.0
)
require github.com/grafov/m3u8 v0.12.1
require (
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/bytedance/sonic v1.12.6 // indirect
github.com/bytedance/sonic/loader v0.2.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
github.com/grbit/go-json v0.11.0 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
golang.org/x/arch v0.12.0 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0
)