toolset/go.mod
2023-01-17 09:20:15 +08:00

22 lines
568 B
Modula-2

module github.com/go-home-admin/toolset
go 1.16
require (
github.com/ctfang/command v1.0.1
github.com/go-home-admin/home v0.4.14
github.com/go-sql-driver/mysql v1.6.0
github.com/joho/godotenv v1.4.0
github.com/lib/pq v1.10.6
gopkg.in/yaml.v2 v2.4.0
gorm.io/gorm v1.23.5 // indirect
)
require (
github.com/gin-gonic/gin v1.8.0 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
gorm.io/driver/mysql v1.3.4 // indirect
)