You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
424 B

module viviman.top
go 1.15
require github.com/beego/beego/v2 v2.0.1
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/mojocn/base64Captcha v1.3.1
github.com/smartystreets/goconvey v1.6.4
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/image v0.0.0-20201208152932-35266b937fa6 // indirect
)