This repository was archived by the owner on Jul 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
51 lines (48 loc) · 1.87 KB
/
go.mod
File metadata and controls
51 lines (48 loc) · 1.87 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
module Mars
go 1.24.3
require (
github.com/3JoB/ulib v1.45.0
github.com/3JoB/unsafeConvert v1.6.0
github.com/bytedance/sonic v1.13.2
github.com/gabriel-vasile/mimetype v1.4.9
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8
github.com/goccy/go-json v0.10.5
github.com/google/uuid v1.6.0
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
github.com/klauspost/cpuid/v2 v2.2.10
github.com/mattn/go-ieproxy v0.0.12
github.com/redis/go-redis/v9 v9.9.0
github.com/redis/rueidis v1.0.60
github.com/savsgio/atreugo/v11 v11.13.2
github.com/segmentio/encoding v0.4.1
github.com/sugawarayuuta/sonnet v0.0.0-20231004000330-239c7b6e4ce8
github.com/valyala/fasthttp v1.62.0
golang.org/x/crypto v0.38.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.5.7
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.30.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/bytedance/sonic/loader v0.2.4 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fasthttp/router v1.5.4 // indirect
github.com/go-sql-driver/mysql v1.9.2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.18.0 // indirect
github.com/mattn/go-sqlite3 v1.14.28 // indirect
github.com/savsgio/gotils v0.0.0-20250408102913-196191ec6287 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/arch v0.17.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
)