-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (31 loc) · 1.14 KB
/
go.mod
File metadata and controls
35 lines (31 loc) · 1.14 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
module GS_PROJECT_MODULE
go 1.24.0
toolchain go1.24.4
require (
github.com/go-playground/form/v4 v4.2.1
github.com/go-spring/spring-core v1.2.3
github.com/go-spring/starter-go-redis v1.2.3
github.com/go-spring/starter-gorm-mysql v1.2.3
github.com/go-spring/starter-redigo v1.2.3
github.com/gomodule/redigo v1.9.2
github.com/redis/go-redis/v9 v9.14.0
gorm.io/gorm v1.30.5
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/expr-lang/expr v1.17.6 // indirect
github.com/go-spring/barky v1.0.3 // indirect
github.com/go-spring/gs-mock v0.0.4 // indirect
github.com/go-spring/log v0.0.6 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/magiconair/properties v1.8.10 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/spf13/cast v1.10.0 // indirect
golang.org/x/text v0.29.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/mysql v1.6.0 // indirect
)