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 v0.0.0-20210422034730-0b85fcf3afe0 github.com/mgr9525/go-cloud v1.0.6-0.20210424081153-e750eb24bf9b github.com/mgr9525/go-ruisutil v1.0.8-0.20210317093428-f69295935056 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 )