From e02802d3d2ccda7699a55800f7a8e58fa59cc2b8 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 2 Sep 2022 18:12:32 +0000 Subject: [PATCH] Update SDK's smithy-go dependency to v1.13.2 --- modman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modman.toml b/modman.toml index ac2fb7420b4..7a2b1680f06 100644 --- a/modman.toml +++ b/modman.toml @@ -1,7 +1,7 @@ [dependencies] "github.com/aws/aws-sdk-go" = "v1.44.28" - "github.com/aws/smithy-go" = "v1.13.1" + "github.com/aws/smithy-go" = "v1.13.2" "github.com/google/go-cmp" = "v0.5.8" "github.com/jmespath/go-jmespath" = "v0.4.0" "golang.org/x/net" = "v0.0.0-20220127200216-cd36cc0744dd"