We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc52306 commit 42141daCopy full SHA for 42141da
modman.toml
@@ -1,7 +1,7 @@
1
2
[dependencies]
3
"github.com/aws/aws-sdk-go" = "v1.44.28"
4
- "github.com/aws/smithy-go" = "v1.11.3-0.20220606214609-8c1eac595edb"
+ "github.com/aws/smithy-go" = "v1.11.3"
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"
@@ -11,7 +11,7 @@
11
[modules."."]
12
metadata_package = "aws"
13
14
- [modules."codegen"]
+ [modules.codegen]
15
no_tag = true
16
17
[modules."example/service/dynamodb/createTable"]
0 commit comments