diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-06 10:26:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-06 10:26:49 +0000 |
| commit | cf2deb4f61698d03b0a254aadc2a765e5a8b3f04 (patch) | |
| tree | 4a73d5d04e40a9f43416f36f0c7155c855c44878 /go.mod | |
| parent | 8979ef64877a719e617155b6e973a8317e3b43c5 (diff) | |
| download | xesite-cf2deb4f61698d03b0a254aadc2a765e5a8b3f04.tar.xz xesite-cf2deb4f61698d03b0a254aadc2a765e5a8b3f04.zip | |
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.36.0 to 1.36.1 (#903)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.36.0 to 1.36.1.
- [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.0...v1.36.1)
---
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ go 1.23.1 toolchain go1.23.4 require ( - github.com/aws/aws-sdk-go-v2 v1.36.0 + github.com/aws/aws-sdk-go-v2 v1.36.1 github.com/aws/aws-sdk-go-v2/service/s3 v1.75.3 github.com/bep/debounce v1.2.1 github.com/donatj/hmacsig v1.1.0 |
