aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-15 11:04:46 +0000
committerGitHub <noreply@github.com>2025-01-15 11:04:46 +0000
commit89ec04f6798366cd9652761d9cebb64fa2e0bad0 (patch)
tree5d8e414226584b90c219d73b8a379cb910e860bd /go.mod
parent9e3afbd32140c52fb34018d3dcbb1e079db0dbd2 (diff)
downloadxesite-89ec04f6798366cd9652761d9cebb64fa2e0bad0.tar.xz
xesite-89ec04f6798366cd9652761d9cebb64fa2e0bad0.zip
build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#878)
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.72.2 to 1.72.3. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.72.2...service/s3/v1.72.3) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 305e40a..2091efd 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ toolchain go1.23.4
require (
github.com/aws/aws-sdk-go-v2 v1.32.8
- github.com/aws/aws-sdk-go-v2/service/s3 v1.72.2
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.72.3
github.com/bep/debounce v1.2.1
github.com/donatj/hmacsig v1.1.0
github.com/emicklei/proto v1.14.0