30 lines
982 B
Modula-2
30 lines
982 B
Modula-2
module apigo.cc/cloud/tencent
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
apigo.cc/gojs v0.0.12
|
|
apigo.cc/gojs/console v0.0.2
|
|
github.com/ssgo/config v1.7.9
|
|
github.com/ssgo/u v1.7.13
|
|
github.com/tencentyun/cos-go-sdk-v5 v0.7.60
|
|
github.com/tencentyun/qcloud-cos-sts-sdk v0.0.0-20241118064430-63a76784514f
|
|
)
|
|
|
|
require (
|
|
github.com/clbanning/mxj v1.8.4 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240409012703-83162a5b38cd // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/mozillazg/go-httpheader v0.2.1 // indirect
|
|
github.com/ssgo/log v1.7.7 // indirect
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
github.com/ssgo/tool v0.4.28 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|