mirror of
https://shylinux.com/x/community
synced 2025-04-25 09:38:06 +08:00
46 lines
1.5 KiB
Modula-2
46 lines
1.5 KiB
Modula-2
module shylinux.com/x/community
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.23.4
|
|
|
|
require (
|
|
shylinux.com/x/enterprise v0.0.10
|
|
shylinux.com/x/golang-story v0.0.26
|
|
shylinux.com/x/mysql-story v0.6.27
|
|
)
|
|
|
|
require (
|
|
shylinux.com/x/ice v1.5.65
|
|
shylinux.com/x/icebergs v1.9.67
|
|
shylinux.com/x/toolkits v1.0.18
|
|
)
|
|
|
|
require (
|
|
shylinux.com/x/go-git/v5 v5.6.7 // indirect
|
|
shylinux.com/x/go-qrcode v0.0.3 // indirect
|
|
shylinux.com/x/websocket v0.0.4 // indirect
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/emersion/go-imap v1.2.1 // indirect
|
|
github.com/emersion/go-message v0.15.0 // indirect
|
|
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
|
|
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1095
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ocr v1.0.1046
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/smh v1.0.1051
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.1047
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tke v1.0.1095
|
|
github.com/wechatpay-apiv3/wechatpay-go v0.2.20
|
|
golang.org/x/text v0.22.0 // indirect
|
|
gorm.io/driver/mysql v1.5.7 // indirect
|
|
gorm.io/driver/sqlite v1.5.6 // indirect
|
|
gorm.io/gorm v1.25.12 // indirect
|
|
)
|