From a7aeb5a0ad083cd59bab54352eb2a59d491abdf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 11:46:54 +0000 Subject: [PATCH] build(deps): bump github.com/aws/aws-sdk-go in /runtimes/cloudformation Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.19 to 1.51.24. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.19...v1.51.24) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- runtimes/cloudformation/go.mod | 2 +- runtimes/cloudformation/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtimes/cloudformation/go.mod b/runtimes/cloudformation/go.mod index 7a0616f..a8a4957 100644 --- a/runtimes/cloudformation/go.mod +++ b/runtimes/cloudformation/go.mod @@ -5,7 +5,7 @@ go 1.22 require ( github.com/Jeffail/gabs/v2 v2.7.0 github.com/aws/aws-lambda-go v1.46.0 - github.com/aws/aws-sdk-go v1.51.19 + github.com/aws/aws-sdk-go v1.51.24 github.com/google/go-containerregistry v0.19.1 github.com/rs/zerolog v1.32.0 github.com/stretchr/testify v1.9.0 diff --git a/runtimes/cloudformation/go.sum b/runtimes/cloudformation/go.sum index a78b809..317e95d 100644 --- a/runtimes/cloudformation/go.sum +++ b/runtimes/cloudformation/go.sum @@ -2,8 +2,8 @@ github.com/Jeffail/gabs/v2 v2.7.0 h1:Y2edYaTcE8ZpRsR2AtmPu5xQdFDIthFG0jYhu5PY8kg github.com/Jeffail/gabs/v2 v2.7.0/go.mod h1:dp5ocw1FvBBQYssgHsG7I1WYsiLRtkUaB1FEtSwvNUw= github.com/aws/aws-lambda-go v1.46.0 h1:UWVnvh2h2gecOlFhHQfIPQcD8pL/f7pVCutmFl+oXU8= github.com/aws/aws-lambda-go v1.46.0/go.mod h1:dpMpZgvWx5vuQJfBt0zqBha60q7Dd7RfgJv23DymV8A= -github.com/aws/aws-sdk-go v1.51.19 h1:jp/Vx/mUpXttthvvo/4/Nn/3+zumirIlAFkp1Irf1kM= -github.com/aws/aws-sdk-go v1.51.19/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.51.24 h1:nwL5MaommPkwb7Ixk24eWkdx5HY4of1gD10kFFVAl6A= +github.com/aws/aws-sdk-go v1.51.24/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/containerd/stargz-snapshotter/estargz v0.15.1 h1:eXJjw9RbkLFgioVaTG+G/ZW/0kEe2oEKCdS/ZxIyoCU= github.com/containerd/stargz-snapshotter/estargz v0.15.1/go.mod h1:gr2RNwukQ/S9Nv33Lt6UC7xEx58C+LHRdoqbEKjz1Kk= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=