mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
22 lines
636 B
Modula-2
22 lines
636 B
Modula-2
|
|
module mayfly-go
|
||
|
|
|
||
|
|
go 1.13
|
||
|
|
|
||
|
|
require github.com/astaxie/beego v1.12.1
|
||
|
|
|
||
|
|
require github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||
|
|
github.com/gliderlabs/ssh v0.2.2
|
||
|
|
github.com/go-sql-driver/mysql v1.4.1
|
||
|
|
github.com/gorilla/websocket v1.4.2
|
||
|
|
github.com/mitchellh/mapstructure v1.3.3
|
||
|
|
github.com/pkg/sftp v1.11.0
|
||
|
|
github.com/robfig/cron/v3 v3.0.1
|
||
|
|
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726
|
||
|
|
github.com/smartystreets/goconvey v1.6.4
|
||
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
||
|
|
google.golang.org/appengine v1.6.6 // indirect
|
||
|
|
)
|