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

6 years ago
5 years ago
9 months ago
9 months ago
8 months ago
9 months ago
9 months ago
5 years ago
9 months ago
6 years ago
  1. module GoClouds
  2. go 1.13
  3. require (
  4. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  5. github.com/gin-gonic/gin v1.10.0
  6. github.com/go-sql-driver/mysql v1.7.0
  7. github.com/mgr9525/HyperByte-Transfer-Protocol v1.1.6-0.20250305031847-fe0bb5a7afdc
  8. github.com/mgr9525/go-cloud v1.0.6-0.20250427095428-59aa4005e1fd
  9. github.com/mgr9525/go-ruisutil v1.0.8-0.20250302163406-e880f81a51fb
  10. github.com/qiniu/qmgo v1.1.9
  11. github.com/sirupsen/logrus v1.8.1
  12. go.mongodb.org/mongo-driver v1.17.1
  13. xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978
  14. xorm.io/xorm v1.3.9
  15. )