mirror of
https://github.com/go-home-admin/toolset.git
synced 2025-12-24 13:37:52 +08:00
20 lines
584 B
Modula-2
20 lines
584 B
Modula-2
module github.com/go-home-admin/toolset
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/ctfang/command v1.0.0
|
|
github.com/go-home-admin/home v0.0.0-20220329042758-02a34d8e19bc
|
|
)
|
|
|
|
require (
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/joho/godotenv v1.4.0
|
|
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
|
|
golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|