forked from Anti-Raid/Sandwich-Daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
65 lines (62 loc) · 2.58 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
module github.com/WelcomerTeam/Sandwich-Daemon
go 1.22
require (
github.com/WelcomerTeam/RealRock v0.0.0-20220122233305-f97b8c8cbc15
github.com/WelcomerTeam/czlib v0.0.0-20210907121728-d7ed7721c904
github.com/bytedance/sonic v1.11.9
github.com/fasthttp/router v1.5.0
github.com/fasthttp/session/v2 v2.5.4
github.com/go-redis/redis/v8 v8.11.5
github.com/joho/godotenv v1.5.1
github.com/json-iterator/go v1.1.12
github.com/mhmtszr/concurrent-swiss-map v1.0.8
github.com/nats-io/nats.go v1.34.1
github.com/prometheus/client_golang v1.19.1
github.com/rs/zerolog v1.32.0
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511
github.com/segmentio/kafka-go v0.4.47
github.com/valyala/fasthttp v1.53.0
go.uber.org/atomic v1.11.0
golang.org/x/net v0.28.0
golang.org/x/oauth2 v0.20.0
golang.org/x/text v0.17.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
nhooyr.io/websocket v1.8.11
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic/loader v0.1.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/fsnotify/fsnotify v1.7.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/onsi/gomega v1.31.1 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.53.0 // indirect
github.com/prometheus/procfs v0.15.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tinylib/msgp v1.1.9 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/sys v0.23.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
)