mirror of
https://github.com/go-home-admin/toolset.git
synced 2025-12-24 13:37:52 +08:00
26 lines
727 B
Modula-2
26 lines
727 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.3.6
|
|
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
|
|
github.com/sirupsen/logrus v1.8.1
|
|
go.mongodb.org/mongo-driver v1.10.1
|
|
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
|
|
google.golang.org/protobuf v1.28.0
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
|
|
gorm.io/driver/mysql v1.3.4 // indirect
|
|
)
|