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.
15 lines
368 B
15 lines
368 B
module github.com/coze-dev/coze-studio/scripts/volcengine
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/volcengine/volcengine-go-sdk v1.1.18
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/volcengine/volc-sdk-golang v1.0.23 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|
|
|