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.
17 lines
523 B
17 lines
523 B
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.20210423020002-1f8b2e313a5a
|
|
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
|
|
)
|