Files
toolset/go.mod
2022-10-26 15:22:09 +08:00

26 lines
716 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
)
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
)