aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-29 13:51:08 -0400
committerGitHub <noreply@github.com>2024-07-29 13:51:08 -0400
commit0b582f983de2dbfeb71bd0865cdd2740ff3ba442 (patch)
tree0f9f68508dc6a2c452048dd6072d999d5ef2373e /go.mod
parent0afefa95270a4c5aa88badeb77efec6e35bd8ed0 (diff)
downloadxesite-0b582f983de2dbfeb71bd0865cdd2740ff3ba442.tar.xz
xesite-0b582f983de2dbfeb71bd0865cdd2740ff3ba442.zip
build(deps): bump github.com/aws/aws-sdk-go from 1.53.6 to 1.55.3 (#806)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.6 to 1.55.3. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.53.6...v1.55.3) --- 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 10fa379..11f8f37 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.5
require (
- github.com/aws/aws-sdk-go v1.53.6
+ github.com/aws/aws-sdk-go v1.55.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.57.1
github.com/bep/debounce v1.2.1
github.com/donatj/hmacsig v1.1.0