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.
38 lines
1.3 KiB
38 lines
1.3 KiB
module base
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
git.oa00.com/go/acs v1.0.0
|
|
git.oa00.com/go/logger v1.0.0
|
|
git.oa00.com/go/mysql v1.0.0
|
|
git.oa00.com/go/pay v1.0.0
|
|
git.oa00.com/go/redis v1.0.0
|
|
git.oa00.com/go/rsa v1.0.0
|
|
git.oa00.com/go/wx v1.0.0
|
|
github.com/alibabacloud-go/darabonba-openapi v0.2.1
|
|
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.0
|
|
github.com/alibabacloud-go/dysmsapi-20170525/v2 v2.0.9
|
|
github.com/alibabacloud-go/ocr-api-20210707 v1.1.10
|
|
github.com/alibabacloud-go/tea v1.1.19
|
|
github.com/alibabacloud-go/tea-utils/v2 v2.0.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.2.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
github.com/opensearch-project/opensearch-go v1.1.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc
|
|
github.com/smartwalle/alipay/v3 v3.1.7
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.516
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/essbasic v1.0.515
|
|
github.com/tidwall/gjson v1.14.0
|
|
github.com/wechatpay-apiv3/wechatpay-go v0.2.11
|
|
github.com/xuri/excelize/v2 v2.5.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/text v0.3.6
|
|
gopkg.in/ini.v1 v1.62.0
|
|
gorm.io/gorm v1.21.9
|
|
)
|