mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-02 15:30:25 +08:00
19 lines
453 B
Modula-2
19 lines
453 B
Modula-2
module mayfly-go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/beego/beego/v2 v2.0.1
|
|
// jwt
|
|
github.com/dgrijalva/jwt-go v3.2.0+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
|
|
)
|