diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-04 11:01:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-04 11:01:38 +0000 |
| commit | e7213e78d6bfa29ab388fe5ef6961cebbd9c7783 (patch) | |
| tree | ccee654f764a40ad083df429add2c04f87331a12 /go.mod | |
| parent | 414ecb5e96837c59201dbb2112851f0ca822c143 (diff) | |
| download | xesite-e7213e78d6bfa29ab388fe5ef6961cebbd9c7783.tar.xz xesite-e7213e78d6bfa29ab388fe5ef6961cebbd9c7783.zip | |
build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 (#933)
Bumps [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) from 1.79.0 to 1.79.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/service/s3/v1.79.0...service/s3/v1.79.1)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
dependency-version: 1.79.1
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 @@ toolchain go1.24.1 require ( github.com/aws/aws-sdk-go-v2 v1.36.3 - github.com/aws/aws-sdk-go-v2/service/s3 v1.79.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.79.1 github.com/bep/debounce v1.2.1 github.com/donatj/hmacsig v1.1.0 github.com/facebookgo/flagenv v0.0.0-20160425205200-fcd59fca7456 |
