community/src/option.go
2024-12-02 09:39:15 +08:00

23 lines
1.2 KiB
Go

package main
import (
_ "shylinux.com/x/ice/devops"
_ "shylinux.com/x/mysql-story/src/db/mysql"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/model"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/ocr"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/realname"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/realname/model"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/smh"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/sms"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentcloud/sms/model"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentdocument"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentdocument/model"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentmeeting/model"
_ "shylinux.com/x/community/src/renzhengshouquan/external/tencentqian"
_ "shylinux.com/x/community/src/renzhengshouquan/external/weixinpayment"
_ "shylinux.com/x/community/src/renzhengshouquan/external/weixinpayment/model"
)