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