-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
68 lines (64 loc) · 2.75 KB
/
go.mod
File metadata and controls
68 lines (64 loc) · 2.75 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
63
64
65
66
67
68
module github.com/zekrotja/yuri69
go 1.21
toolchain go1.22.1
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/gabriel-vasile/mimetype v1.4.3
github.com/gempir/go-twitch-irc/v3 v3.3.0
github.com/gompus/snowflake v0.0.4
github.com/gorilla/websocket v1.5.1
github.com/joho/godotenv v1.5.1
github.com/kkdai/youtube/v2 v2.10.1
github.com/lib/pq v1.10.9
github.com/lukasl-dev/waterlink/v2 v2.0.1
github.com/minio/minio-go/v7 v7.0.69
github.com/pressly/goose/v3 v3.19.2
github.com/rs/xid v1.5.0
github.com/sirupsen/logrus v1.9.3
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stretchr/testify v1.9.0
github.com/traefik/paerser v0.2.0
github.com/xujiajun/nutsdb v0.11.1
github.com/zekroTJA/ratelimit v1.1.1
github.com/zekroTJA/timedmap v1.4.1-0.20220429084118-b915da1846e3
github.com/zekrotja/eventbus v1.0.0
github.com/zekrotja/jwt v1.0.0
github.com/zekrotja/ozzo-routing/v2 v2.4.1-0.20220508092606-078a43fee8b5
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/bwmarrin/snowflake v0.3.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-ozzo/ozzo-routing/v2 v2.4.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.8 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/minio/md5-simd v1.1.2 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sethvargo/go-retry v0.2.4 // indirect
github.com/xujiajun/mmap-go v1.0.1 // indirect
github.com/xujiajun/utils v0.0.0-20220904132955-5f7c5b914235 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)