Skip to content

Commit

Permalink
regenerate modman.toml with spacing (#1478)
Browse files Browse the repository at this point in the history
Regenerates the SDK's modman.toml file to include whitespace.
  • Loading branch information
jasdel committed Nov 2, 2021
1 parent a72f0f7 commit c8f29da
Showing 1 changed file with 40 additions and 37 deletions.
77 changes: 40 additions & 37 deletions modman.toml
Original file line number Diff line number Diff line change
@@ -1,55 +1,58 @@

[dependencies]
"github.com/aws/smithy-go" = "v1.8.1"
"github.com/google/go-cmp" = "v0.5.6"
"github.com/jmespath/go-jmespath" = "v0.4.0"
"github.com/aws/smithy-go" = "v1.8.1"
"github.com/google/go-cmp" = "v0.5.6"
"github.com/jmespath/go-jmespath" = "v0.4.0"

[modules]

[modules."."]
metadata_package = "aws"
[modules."."]
metadata_package = "aws"

[modules."example/service/s3/listObjects"]
no_tag = true
[modules."example/service/s3/listObjects"]
no_tag = true

[modules."example/service/s3/usingPrivateLink"]
no_tag = true
[modules."example/service/s3/usingPrivateLink"]
no_tag = true

[modules."feature/ec2/imds/internal/configtesting"]
no_tag = true
[modules."feature/ec2/imds/internal/configtesting"]
no_tag = true

[modules."internal/configsources/configtesting"]
no_tag = true
[modules."internal/configsources/configtesting"]
no_tag = true

[modules."internal/repotools"]
no_tag = true
[modules."internal/protocoltest/awsrestjson"]
no_tag = true

[modules."internal/repotools/changes"]
no_tag = true
[modules."internal/protocoltest/ec2query"]
no_tag = true

[modules."internal/protocoltest/awsrestjson"]
no_tag = true
[modules."internal/protocoltest/jsonrpc"]
no_tag = true

[modules."internal/protocoltest/ec2query"]
no_tag = true
[modules."internal/protocoltest/jsonrpc10"]
no_tag = true

[modules."internal/protocoltest/jsonrpc"]
no_tag = true
[modules."internal/protocoltest/query"]
no_tag = true

[modules."internal/protocoltest/jsonrpc10"]
no_tag = true
[modules."internal/protocoltest/restxml"]
no_tag = true

[modules."internal/protocoltest/query"]
no_tag = true
[modules."internal/protocoltest/restxmlwithnamespace"]
no_tag = true

[modules."internal/protocoltest/restxml"]
no_tag = true
[modules."internal/repotools"]
no_tag = true

[modules."internal/protocoltest/restxmlwithnamespace"]
no_tag = true
[modules."internal/repotools/changes"]
no_tag = true

[modules."service/internal/benchmark"]
no_tag = true
[modules."service/internal/benchmark"]
no_tag = true

[modules."service/internal/integrationtest"]
no_tag = true
[modules."service/internal/integrationtest"]
no_tag = true

[modules."service/s3/internal/configtesting"]
no_tag = true
[modules."service/s3/internal/configtesting"]
no_tag = true

0 comments on commit c8f29da

Please sign in to comment.