|
| 1 | + |
1 | 2 | [dependencies] |
2 | | -"github.com/aws/smithy-go" = "v1.8.1" |
3 | | -"github.com/google/go-cmp" = "v0.5.6" |
4 | | -"github.com/jmespath/go-jmespath" = "v0.4.0" |
| 3 | + "github.com/aws/smithy-go" = "v1.8.1" |
| 4 | + "github.com/google/go-cmp" = "v0.5.6" |
| 5 | + "github.com/jmespath/go-jmespath" = "v0.4.0" |
| 6 | + |
| 7 | +[modules] |
5 | 8 |
|
6 | | -[modules."."] |
7 | | -metadata_package = "aws" |
| 9 | + [modules."."] |
| 10 | + metadata_package = "aws" |
8 | 11 |
|
9 | | -[modules."example/service/s3/listObjects"] |
10 | | -no_tag = true |
| 12 | + [modules."example/service/s3/listObjects"] |
| 13 | + no_tag = true |
11 | 14 |
|
12 | | -[modules."example/service/s3/usingPrivateLink"] |
13 | | -no_tag = true |
| 15 | + [modules."example/service/s3/usingPrivateLink"] |
| 16 | + no_tag = true |
14 | 17 |
|
15 | | -[modules."feature/ec2/imds/internal/configtesting"] |
16 | | -no_tag = true |
| 18 | + [modules."feature/ec2/imds/internal/configtesting"] |
| 19 | + no_tag = true |
17 | 20 |
|
18 | | -[modules."internal/configsources/configtesting"] |
19 | | -no_tag = true |
| 21 | + [modules."internal/configsources/configtesting"] |
| 22 | + no_tag = true |
20 | 23 |
|
21 | | -[modules."internal/repotools"] |
22 | | -no_tag = true |
| 24 | + [modules."internal/protocoltest/awsrestjson"] |
| 25 | + no_tag = true |
23 | 26 |
|
24 | | -[modules."internal/repotools/changes"] |
25 | | -no_tag = true |
| 27 | + [modules."internal/protocoltest/ec2query"] |
| 28 | + no_tag = true |
26 | 29 |
|
27 | | -[modules."internal/protocoltest/awsrestjson"] |
28 | | -no_tag = true |
| 30 | + [modules."internal/protocoltest/jsonrpc"] |
| 31 | + no_tag = true |
29 | 32 |
|
30 | | -[modules."internal/protocoltest/ec2query"] |
31 | | -no_tag = true |
| 33 | + [modules."internal/protocoltest/jsonrpc10"] |
| 34 | + no_tag = true |
32 | 35 |
|
33 | | -[modules."internal/protocoltest/jsonrpc"] |
34 | | -no_tag = true |
| 36 | + [modules."internal/protocoltest/query"] |
| 37 | + no_tag = true |
35 | 38 |
|
36 | | -[modules."internal/protocoltest/jsonrpc10"] |
37 | | -no_tag = true |
| 39 | + [modules."internal/protocoltest/restxml"] |
| 40 | + no_tag = true |
38 | 41 |
|
39 | | -[modules."internal/protocoltest/query"] |
40 | | -no_tag = true |
| 42 | + [modules."internal/protocoltest/restxmlwithnamespace"] |
| 43 | + no_tag = true |
41 | 44 |
|
42 | | -[modules."internal/protocoltest/restxml"] |
43 | | -no_tag = true |
| 45 | + [modules."internal/repotools"] |
| 46 | + no_tag = true |
44 | 47 |
|
45 | | -[modules."internal/protocoltest/restxmlwithnamespace"] |
46 | | -no_tag = true |
| 48 | + [modules."internal/repotools/changes"] |
| 49 | + no_tag = true |
47 | 50 |
|
48 | | -[modules."service/internal/benchmark"] |
49 | | -no_tag = true |
| 51 | + [modules."service/internal/benchmark"] |
| 52 | + no_tag = true |
50 | 53 |
|
51 | | -[modules."service/internal/integrationtest"] |
52 | | -no_tag = true |
| 54 | + [modules."service/internal/integrationtest"] |
| 55 | + no_tag = true |
53 | 56 |
|
54 | | -[modules."service/s3/internal/configtesting"] |
55 | | -no_tag = true |
| 57 | + [modules."service/s3/internal/configtesting"] |
| 58 | + no_tag = true |
0 commit comments