From b50999bacbf780bf55d5c2b051c96e5c4467a5f6 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 18 Aug 2023 18:16:25 +0000 Subject: [PATCH] Update SDK's smithy-go dependency to v1.14.2 --- modman.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modman.toml b/modman.toml index a4a34367197..dad0dfc63bd 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.14.1" + "github.com/aws/smithy-go" = "v1.14.2" "github.com/google/go-cmp" = "v0.5.8" "github.com/jmespath/go-jmespath" = "v0.4.0" "golang.org/x/net" = "v0.1.0"