aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-06 10:16:31 +0000
committerGitHub <noreply@github.com>2025-01-06 10:16:31 +0000
commit66c85dff904a7e98cb93aa463db709dd8cddae77 (patch)
treef6db12b201b7d7eb66d010b188889f881ab3965f /go.mod
parentda471116b7a32eff7fa84448d77737c76323afd0 (diff)
downloadxesite-66c85dff904a7e98cb93aa463db709dd8cddae77.tar.xz
xesite-66c85dff904a7e98cb93aa463db709dd8cddae77.zip
build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#874)
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.71.1 to 1.72.0. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.71.1...service/s3/v1.72.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 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 5030bdf..6bb6aeb 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.7
- github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
github.com/bep/debounce v1.2.1
github.com/donatj/hmacsig v1.1.0
github.com/emicklei/proto v1.14.0