modman.toml (1715B)
1 2 [dependencies] 3 "github.com/aws/aws-sdk-go" = "v1.44.28" 4 "github.com/aws/smithy-go" = "v1.13.4" 5 "github.com/google/go-cmp" = "v0.5.8" 6 "github.com/jmespath/go-jmespath" = "v0.4.0" 7 "golang.org/x/net" = "v0.0.0-20220127200216-cd36cc0744dd" 8 9 [modules] 10 11 [modules."."] 12 metadata_package = "aws" 13 14 [modules.codegen] 15 no_tag = true 16 17 [modules."example/service/dynamodb/createTable"] 18 no_tag = true 19 20 [modules."example/service/dynamodb/scanItems"] 21 no_tag = true 22 23 [modules."example/service/s3/listObjects"] 24 no_tag = true 25 26 [modules."example/service/s3/usingPrivateLink"] 27 no_tag = true 28 29 [modules."feature/ec2/imds/internal/configtesting"] 30 no_tag = true 31 32 [modules."internal/codegen"] 33 no_tag = true 34 35 [modules."internal/configsources/configtesting"] 36 no_tag = true 37 38 [modules."internal/protocoltest/awsrestjson"] 39 no_tag = true 40 41 [modules."internal/protocoltest/ec2query"] 42 no_tag = true 43 44 [modules."internal/protocoltest/jsonrpc"] 45 no_tag = true 46 47 [modules."internal/protocoltest/jsonrpc10"] 48 no_tag = true 49 50 [modules."internal/protocoltest/query"] 51 no_tag = true 52 53 [modules."internal/protocoltest/restxml"] 54 no_tag = true 55 56 [modules."internal/protocoltest/restxmlwithnamespace"] 57 no_tag = true 58 59 [modules."internal/repotools"] 60 no_tag = true 61 62 [modules."internal/repotools/changes"] 63 no_tag = true 64 65 [modules."service/internal/benchmark"] 66 no_tag = true 67 68 [modules."service/internal/integrationtest"] 69 no_tag = true 70 71 [modules."service/kinesis/internal/testing"] 72 no_tag = true 73 74 [modules."service/s3/internal/configtesting"] 75 no_tag = true 76 77 [modules."service/transcribestreaming/internal/testing"] 78 no_tag = true