mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
feat: 目录及代码优化调整
This commit is contained in:
5
go.mod
5
go.mod
@@ -6,13 +6,16 @@ require (
|
||||
github.com/beego/beego/v2 v2.0.1
|
||||
// jwt
|
||||
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||||
github.com/go-redis/redis v6.14.2+incompatible
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/pkg/sftp v1.12.0
|
||||
// 定时任务
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
github.com/siddontang/go v0.0.0-20170517070808-cb568a3e5cc0
|
||||
github.com/smartystreets/goconvey v1.6.4
|
||||
// ssh
|
||||
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
// github.com/go-redis/redis/v8 v8.6.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user