summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-12 15:49:40 +0000
committerGitHub <noreply@github.com>2024-08-12 15:49:40 +0000
commit6cdc97ddce3037e8949ce40450dbc7c4d11ff754 (patch)
treeeb03b0c1259ffd5e3988cb54b0ae2a70beaac461 /go.mod
parent836cbf0de4a77c052e976572c41450ab0e3e7966 (diff)
deps(go): Bump github.com/aws/aws-sdk-go from 1.54.16 to 1.55.5 (#2200)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.54.16 to 1.55.5. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.54.16...v1.55.5) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... 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 b7da90e5..7d1d0c5f 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.2.1
github.com/Shopify/ejson v1.5.2
- github.com/aws/aws-sdk-go v1.54.16
+ github.com/aws/aws-sdk-go v1.55.5
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa
github.com/google/uuid v1.6.0
github.com/gosimple/slug v1.14.0