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.

28 lines
940 B

5 years ago
module live
5 years ago
go 1.13
5 years ago
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
5 years ago
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-redis/redis v6.15.9+incompatible
5 years ago
github.com/golangkit/formatime v0.0.0-20191104073810-5264c15ae8ec
github.com/gorilla/websocket v1.4.2
5 years ago
github.com/json-iterator/go v1.1.10
github.com/mitchellh/mapstructure v1.3.3
github.com/nanjishidu/gomini v1.4.1
4 years ago
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.13.0 // indirect
github.com/shopspring/decimal v1.2.0
5 years ago
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tencentcloud/tencentcloud-sdk-go v1.0.15
5 years ago
github.com/tencentyun/tls-sig-api-v2-golang v1.0.0
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/ini.v1 v1.60.2
gorm.io/driver/mysql v1.0.1
gorm.io/gorm v1.20.0
)