summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-25 19:52:28 -0400
committerGitHub <noreply@github.com>2025-05-25 19:52:28 -0400
commitd6540bd8ae1f6503e91ab2fb806f855757c52bc3 (patch)
tree0c7a5d75213ee68a5b9b1396b6f5d969fda6cc33 /go.mod
parente3c3b0f0e4ba4b93249d5d782e631961340dee5f (diff)
deps(go): Bump github.com/aws/aws-sdk-go in the aws-sdk group (#2369)
Bumps the aws-sdk group with 1 update: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go). Updates `github.com/aws/aws-sdk-go` from 1.55.6 to 1.55.7 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.55.6...v1.55.7) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-version: 1.55.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws-sdk ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 22fe4b4f..5155d821 100644
--- a/go.mod
+++ b/go.mod
@@ -7,7 +7,7 @@ require (
github.com/Masterminds/goutils v1.1.1
github.com/Masterminds/semver/v3 v3.3.1
github.com/Shopify/ejson v1.5.4
- github.com/aws/aws-sdk-go v1.55.6
+ github.com/aws/aws-sdk-go v1.55.7
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/google/uuid v1.6.0
github.com/gosimple/slug v1.15.0