forked from govdbot/govd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
62 lines (58 loc) · 2.26 KB
/
go.mod
File metadata and controls
62 lines (58 loc) · 2.26 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
module github.com/govdbot/govd
go 1.24.0
toolchain go1.24.2
require (
github.com/BurntSushi/toml v1.5.0
github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.33.0.20251119211017-5eef947ba530
github.com/PuerkitoBio/goquery v1.10.3
github.com/abema/go-mp4 v1.4.1
github.com/aki237/nscjar v0.0.0-20210417074043-bbb606196143
github.com/bogem/id3v2/v2 v2.1.4
github.com/bytedance/sonic v1.14.0
github.com/google/uuid v1.6.0
github.com/grafov/m3u8 v0.12.1
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/jackc/pgx/v5 v5.7.5
github.com/joho/godotenv v1.5.1
github.com/nicksnyder/go-i18n/v2 v2.6.0
github.com/pressly/goose/v3 v3.24.3
github.com/prometheus/client_golang v1.23.2
github.com/strukturag/libheif v1.20.2
github.com/sunfish-shogi/bufseekio v0.1.0
github.com/titanous/json5 v1.0.0
github.com/u2takey/ffmpeg-go v0.5.0
go.uber.org/zap v1.27.0
go.uber.org/zap/exp v0.3.0
golang.org/x/image v0.30.0
golang.org/x/net v0.43.0
golang.org/x/text v0.28.0
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/aws/aws-sdk-go v1.38.20 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic/loader v0.3.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudwego/base64x v0.1.6 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.66.1 // indirect
github.com/prometheus/procfs v0.16.1 // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/u2takey/go-utils v0.3.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v2 v2.4.2 // indirect
golang.org/x/arch v0.20.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/sync v0.17.0 // indirect
golang.org/x/sys v0.35.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
)