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.
22 lines
659 B
22 lines
659 B
5 years ago
|
module live
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
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/golangkit/formatime v0.0.0-20191104073810-5264c15ae8ec
|
||
|
github.com/jinzhu/gorm v1.9.16
|
||
|
github.com/json-iterator/go v1.1.10
|
||
|
github.com/mitchellh/mapstructure v1.3.3
|
||
|
github.com/nanjishidu/gomini v1.4.1
|
||
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
||
|
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
|
||
|
)
|