aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-28 11:05:55 +0000
committerGitHub <noreply@github.com>2025-02-28 11:05:55 +0000
commit26f52be5d4426b7660c0712257298f87376b8bf4 (patch)
treef9da2229eb1787f0d8742ce099e4be2bc9d442ca /go.mod
parent563301a99517c3b71553d8d5d9f4c3f4ed5b5abf (diff)
downloadxesite-26f52be5d4426b7660c0712257298f87376b8bf4.tar.xz
xesite-26f52be5d4426b7660c0712257298f87376b8bf4.zip
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.36.2 to 1.36.3 (#917)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.36.2 to 1.36.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/v1.36.2...v1.36.3) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 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 1f3b584..9411321 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.23.1
toolchain go1.23.4
require (
- github.com/aws/aws-sdk-go-v2 v1.36.2
+ github.com/aws/aws-sdk-go-v2 v1.36.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.77.1
github.com/bep/debounce v1.2.1
github.com/donatj/hmacsig v1.1.0