aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-01-23 10:58:11 +0000
committerGitHub <noreply@github.com>2025-01-23 10:58:11 +0000
commit1cdbc5075ff449945166d5d8bd980cf92e7e3a8f (patch)
tree117fa4400ed1bc8f592e86b337cca7a2f880275e /go.mod
parent813e0a4708d1b4043a5bfb2d303f1e258e3185b3 (diff)
downloadxesite-1cdbc5075ff449945166d5d8bd980cf92e7e3a8f.tar.xz
xesite-1cdbc5075ff449945166d5d8bd980cf92e7e3a8f.zip
build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#888)
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.73.2 to 1.74.0. - [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.73.2...service/s3/v1.74.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 efe2811..c8c0e12 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ toolchain go1.23.4
require (
github.com/aws/aws-sdk-go-v2 v1.33.0
- github.com/aws/aws-sdk-go-v2/service/s3 v1.73.2
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.74.0
github.com/bep/debounce v1.2.1
github.com/donatj/hmacsig v1.1.0
github.com/emicklei/proto v1.14.0