-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (24 loc) · 813 Bytes
/
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
module github.com/Yux77Yux/platform_backend
go 1.22.5
require (
github.com/go-redis/redis/v8 v8.11.5
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.2
)
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/google/uuid v1.6.0
)
require filippo.io/edwards25519 v1.1.0 // indirect
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-sql-driver/mysql v1.8.1
github.com/rabbitmq/amqp091-go v1.10.0
golang.org/x/crypto v0.29.0
golang.org/x/net v0.28.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
)