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.
 
 
 

22 lines
607 B

  1. module maas_seedance_sdk_1.0.0_go
  2. go 1.24
  3. require (
  4. github.com/openai/openai-go/v3 v3.1.0
  5. github.com/volcengine/volcengine-go-sdk v1.2.10
  6. golang.org/x/crypto v0.32.0
  7. )
  8. require (
  9. github.com/google/uuid v1.6.0 // indirect
  10. github.com/jmespath/go-jmespath v0.4.0 // indirect
  11. github.com/tidwall/gjson v1.14.4 // indirect
  12. github.com/tidwall/match v1.1.1 // indirect
  13. github.com/tidwall/pretty v1.2.1 // indirect
  14. github.com/tidwall/sjson v1.2.5 // indirect
  15. github.com/volcengine/volc-sdk-golang v1.0.23 // indirect
  16. google.golang.org/protobuf v1.31.0 // indirect
  17. gopkg.in/yaml.v2 v2.2.8 // indirect
  18. )