modman.toml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. [dependencies]
  2. "github.com/aws/aws-sdk-go" = "v1.44.28"
  3. "github.com/aws/smithy-go" = "v1.13.5"
  4. "github.com/google/go-cmp" = "v0.5.8"
  5. "github.com/jmespath/go-jmespath" = "v0.4.0"
  6. "golang.org/x/net" = "v0.1.0"
  7. [modules]
  8. [modules."."]
  9. metadata_package = "aws"
  10. [modules.codegen]
  11. no_tag = true
  12. [modules."example/service/dynamodb/createTable"]
  13. no_tag = true
  14. [modules."example/service/dynamodb/scanItems"]
  15. no_tag = true
  16. [modules."example/service/s3/listObjects"]
  17. no_tag = true
  18. [modules."example/service/s3/usingPrivateLink"]
  19. no_tag = true
  20. [modules."feature/ec2/imds/internal/configtesting"]
  21. no_tag = true
  22. [modules."internal/codegen"]
  23. no_tag = true
  24. [modules."internal/configsources/configtesting"]
  25. no_tag = true
  26. [modules."internal/protocoltest/awsrestjson"]
  27. no_tag = true
  28. [modules."internal/protocoltest/ec2query"]
  29. no_tag = true
  30. [modules."internal/protocoltest/jsonrpc"]
  31. no_tag = true
  32. [modules."internal/protocoltest/jsonrpc10"]
  33. no_tag = true
  34. [modules."internal/protocoltest/query"]
  35. no_tag = true
  36. [modules."internal/protocoltest/restxml"]
  37. no_tag = true
  38. [modules."internal/protocoltest/restxmlwithnamespace"]
  39. no_tag = true
  40. [modules."internal/repotools"]
  41. no_tag = true
  42. [modules."internal/repotools/changes"]
  43. no_tag = true
  44. [modules."service/internal/benchmark"]
  45. no_tag = true
  46. [modules."service/internal/integrationtest"]
  47. no_tag = true
  48. [modules."service/kinesis/internal/testing"]
  49. no_tag = true
  50. [modules."service/s3/internal/configtesting"]
  51. no_tag = true
  52. [modules."service/transcribestreaming/internal/testing"]
  53. no_tag = true