mirror of https://github.com/rocboss/paopao-ce
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.
39 lines
1.5 KiB
39 lines
1.5 KiB
module github.com/rocboss/paopao-ce
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/afocus/captcha v0.0.0-20191010092841-4bd1f21c8868
|
|
github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible
|
|
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/ethereum/go-ethereum v1.10.16
|
|
github.com/fatih/color v1.13.0
|
|
github.com/fbsobreira/gotron-sdk v0.0.0-20211102183839-58a64f4da5f4
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-playground/validator/v10 v10.10.1 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/smartwalle/alipay/v3 v3.1.7
|
|
github.com/spf13/viper v1.10.1
|
|
github.com/ugorji/go v1.2.7 // indirect
|
|
github.com/yinheli/mahonia v0.0.0-20131226213531-0eef680515cc
|
|
golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 // indirect
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/resty.v1 v1.12.0
|
|
gorm.io/driver/mysql v1.3.2
|
|
gorm.io/gorm v1.23.2
|
|
gorm.io/plugin/dbresolver v1.1.0
|
|
gorm.io/plugin/soft_delete v1.1.0
|
|
)
|