module GoClouds go 1.13 require ( github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/gin-gonic/gin v1.7.1 github.com/go-sql-driver/mysql v1.5.0 github.com/mgr9525/HyperByte-Transfer-Protocol v1.1.6-0.20210721160012-eb78dcc77894 github.com/mgr9525/go-cloud v1.0.6-0.20210817095959-d3a59a675cda github.com/mgr9525/go-ruisutil v1.0.8-0.20210507091735-179e8c767cb0 github.com/qiniu/qmgo v0.9.2 github.com/sirupsen/logrus v1.8.1 go.mongodb.org/mongo-driver v1.4.0 xorm.io/builder v0.3.7 xorm.io/xorm v1.0.6 )