2020-09-01 10:34:11 +08:00
|
|
|
module mayfly-go
|
|
|
|
|
|
2021-01-08 15:37:32 +08:00
|
|
|
go 1.15
|
2020-09-01 10:34:11 +08:00
|
|
|
|
|
|
|
|
require (
|
2021-01-08 15:37:32 +08:00
|
|
|
github.com/beego/beego/v2 v2.0.1
|
|
|
|
|
// jwt
|
2020-09-01 10:34:11 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2021-01-08 15:37:32 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2020-09-01 10:34:11 +08:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-01-08 15:37:32 +08:00
|
|
|
github.com/pkg/sftp v1.12.0
|
|
|
|
|
// 定时任务
|
2020-09-01 10:34:11 +08:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2021-01-08 15:37:32 +08:00
|
|
|
github.com/siddontang/go v0.0.0-20170517070808-cb568a3e5cc0
|
2020-09-01 10:34:11 +08:00
|
|
|
github.com/smartystreets/goconvey v1.6.4
|
2021-01-08 15:37:32 +08:00
|
|
|
// ssh
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
2020-09-01 10:34:11 +08:00
|
|
|
)
|