Skip to content

Commit c8f29da

Browse files
authored
regenerate modman.toml with spacing (#1478)
Regenerates the SDK's modman.toml file to include whitespace.
1 parent a72f0f7 commit c8f29da

File tree

1 file changed

+40
-37
lines changed

1 file changed

+40
-37
lines changed

modman.toml

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,58 @@
1+
12
[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]
58

6-
[modules."."]
7-
metadata_package = "aws"
9+
[modules."."]
10+
metadata_package = "aws"
811

9-
[modules."example/service/s3/listObjects"]
10-
no_tag = true
12+
[modules."example/service/s3/listObjects"]
13+
no_tag = true
1114

12-
[modules."example/service/s3/usingPrivateLink"]
13-
no_tag = true
15+
[modules."example/service/s3/usingPrivateLink"]
16+
no_tag = true
1417

15-
[modules."feature/ec2/imds/internal/configtesting"]
16-
no_tag = true
18+
[modules."feature/ec2/imds/internal/configtesting"]
19+
no_tag = true
1720

18-
[modules."internal/configsources/configtesting"]
19-
no_tag = true
21+
[modules."internal/configsources/configtesting"]
22+
no_tag = true
2023

21-
[modules."internal/repotools"]
22-
no_tag = true
24+
[modules."internal/protocoltest/awsrestjson"]
25+
no_tag = true
2326

24-
[modules."internal/repotools/changes"]
25-
no_tag = true
27+
[modules."internal/protocoltest/ec2query"]
28+
no_tag = true
2629

27-
[modules."internal/protocoltest/awsrestjson"]
28-
no_tag = true
30+
[modules."internal/protocoltest/jsonrpc"]
31+
no_tag = true
2932

30-
[modules."internal/protocoltest/ec2query"]
31-
no_tag = true
33+
[modules."internal/protocoltest/jsonrpc10"]
34+
no_tag = true
3235

33-
[modules."internal/protocoltest/jsonrpc"]
34-
no_tag = true
36+
[modules."internal/protocoltest/query"]
37+
no_tag = true
3538

36-
[modules."internal/protocoltest/jsonrpc10"]
37-
no_tag = true
39+
[modules."internal/protocoltest/restxml"]
40+
no_tag = true
3841

39-
[modules."internal/protocoltest/query"]
40-
no_tag = true
42+
[modules."internal/protocoltest/restxmlwithnamespace"]
43+
no_tag = true
4144

42-
[modules."internal/protocoltest/restxml"]
43-
no_tag = true
45+
[modules."internal/repotools"]
46+
no_tag = true
4447

45-
[modules."internal/protocoltest/restxmlwithnamespace"]
46-
no_tag = true
48+
[modules."internal/repotools/changes"]
49+
no_tag = true
4750

48-
[modules."service/internal/benchmark"]
49-
no_tag = true
51+
[modules."service/internal/benchmark"]
52+
no_tag = true
5053

51-
[modules."service/internal/integrationtest"]
52-
no_tag = true
54+
[modules."service/internal/integrationtest"]
55+
no_tag = true
5356

54-
[modules."service/s3/internal/configtesting"]
55-
no_tag = true
57+
[modules."service/s3/internal/configtesting"]
58+
no_tag = true

0 commit comments

Comments
 (0)