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
558 B
17 lines
558 B
module GoClouds
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.10.0
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/mgr9525/HyperByte-Transfer-Protocol v1.1.6-0.20230907125023-7c49de2c55bd
|
|
github.com/mgr9525/go-cloud v1.0.6-0.20250304094133-5581a9414222
|
|
github.com/mgr9525/go-ruisutil v1.0.8-0.20221028033917-5aedb9af9f79
|
|
github.com/qiniu/qmgo v1.1.9
|
|
github.com/sirupsen/logrus v1.8.1
|
|
go.mongodb.org/mongo-driver v1.17.1
|
|
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978
|
|
xorm.io/xorm v1.3.9
|
|
)
|