feat: 目录及代码优化调整

This commit is contained in:
meilin.huang
2021-03-24 17:18:39 +08:00
parent 4c2e6b6155
commit 39e9f15def
116 changed files with 2964 additions and 310 deletions

5
go.mod
View File

@@ -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
)