From 281c268a255720163c78c38c97a92553fabf8f94 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 24 Oct 2022 18:58:48 +0000 Subject: [PATCH] Update SDK's smithy-go dependency to v1.13.4 --- modman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modman.toml b/modman.toml index 969f0e467a6..d869782145f 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.3" + "github.com/aws/smithy-go" = "v1.13.4" "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"