Files
coze-studio/scripts/volcengine/go.mod
T
zgene 6bed393c12
Backend Tests / backend-unit-test (push) Has been cancelled
Backend Tests / benchmark-test (push) Has been cancelled
CI@main / Node.js v22 (ubuntu-latest) (push) Has been cancelled
Thrift Syntax Validation / validate-thrift (push) Has been cancelled
License Check / License Check (push) Has been cancelled
first commit
2026-05-14 13:29:56 +08:00

16 lines
368 B
Modula-2

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
)