Skip to content

Commit 44a5480

Browse files
chore(deps): bump github.com/aws/smithy-go
Bumps the aws-modules group with 1 update in the /aws-ses-sender directory: [github.com/aws/smithy-go](https://github.com/aws/smithy-go). Updates `github.com/aws/smithy-go` from 1.23.2 to 1.24.0 - [Release notes](https://github.com/aws/smithy-go/releases) - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md) - [Commits](aws/smithy-go@v1.23.2...v1.24.0) --- updated-dependencies: - dependency-name: github.com/aws/smithy-go dependency-version: 1.24.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: aws-modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 830f4a2 commit 44a5480

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws-ses-sender/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/aws/aws-sdk-go-v2/service/sso v1.30.5 // indirect
2929
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.10 // indirect
3030
github.com/aws/aws-sdk-go-v2/service/sts v1.41.2 // indirect
31-
github.com/aws/smithy-go v1.23.2 // indirect
31+
github.com/aws/smithy-go v1.24.0 // indirect
3232
github.com/gofiber/schema v1.6.0 // indirect
3333
github.com/gofiber/utils/v2 v2.0.0-rc.2 // indirect
3434
github.com/google/uuid v1.6.0 // indirect

aws-ses-sender/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.10 h1:GtsxyiF3Nd3JahRBJbxLCCd
3030
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.10/go.mod h1:/j67Z5XBVDx8nZVp9EuFM9/BS5dvBznbqILGuu73hug=
3131
github.com/aws/aws-sdk-go-v2/service/sts v1.41.2 h1:a5UTtD4mHBU3t0o6aHQZFJTNKVfxFWfPX7J0Lr7G+uY=
3232
github.com/aws/aws-sdk-go-v2/service/sts v1.41.2/go.mod h1:6TxbXoDSgBQ225Qd8Q+MbxUxUh6TtNKwbRt/EPS9xso=
33-
github.com/aws/smithy-go v1.23.2 h1:Crv0eatJUQhaManss33hS5r40CG3ZFH+21XSkqMrIUM=
34-
github.com/aws/smithy-go v1.23.2/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=
33+
github.com/aws/smithy-go v1.24.0 h1:LpilSUItNPFr1eY85RYgTIg5eIEPtvFbskaFcmmIUnk=
34+
github.com/aws/smithy-go v1.24.0/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=
3535
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3636
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3737
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

0 commit comments

Comments
 (0)