diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-03 10:58:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 10:58:25 +0000 |
| commit | 8971b06cd4fb9cdd5a6280b7f7dc88d61effbfaf (patch) | |
| tree | 54b6cecb9956237388c79762e9fc2e75924e7464 | |
| parent | e11afd17b25d0dad577e18e724ed9960db45c2e4 (diff) | |
| download | x-8971b06cd4fb9cdd5a6280b7f7dc88d61effbfaf.tar.xz x-8971b06cd4fb9cdd5a6280b7f7dc88d61effbfaf.zip | |
build(deps): bump github.com/aws/aws-sdk-go from 1.53.12 to 1.53.14 (#607)
* build(deps): bump github.com/aws/aws-sdk-go from 1.53.12 to 1.53.14
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.53.12 to 1.53.14.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.53.12...v1.53.14)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump Go mod SRI
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mimi <mimi@xeserv.us>
| -rw-r--r-- | .go.mod.sri | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.go.mod.sri b/.go.mod.sri index c5e150a..d5c6606 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-RBCgc7DXE1JqgLRhwZURDfCrHwkFRtLLLHQVR5NSpEg= +sha256-keYn38VBVDYlD7yQRXBTT5ntxYF3zLE7lRrYpBN8nkg= @@ -11,7 +11,7 @@ require ( github.com/McKael/madon/v2 v2.4.0 github.com/Songmu/gitconfig v0.2.0 github.com/a-h/templ v0.2.707 - github.com/aws/aws-sdk-go v1.53.12 + github.com/aws/aws-sdk-go v1.53.14 github.com/aws/aws-sdk-go-v2/service/s3 v1.54.3 github.com/bwmarrin/discordgo v0.28.1 github.com/c-bata/go-prompt v0.2.6 @@ -136,8 +136,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6 github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= -github.com/aws/aws-sdk-go v1.53.12 h1:8f8K+YaTy2qwtGwVIo2Ftq22UCH96xQAX7Q0lyZKDiA= -github.com/aws/aws-sdk-go v1.53.12/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.53.14 h1:SzhkC2Pzag0iRW8WBb80RzKdGXDydJR9LAMs2GyKJ2M= +github.com/aws/aws-sdk-go v1.53.14/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/aws/aws-sdk-go-v2 v1.27.0 h1:7bZWKoXhzI+mMR/HjdMx8ZCC5+6fY0lS5tr0bbgiLlo= github.com/aws/aws-sdk-go-v2 v1.27.0/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.2 h1:x6xsQXGSmW6frevwDA+vi/wqhp1ct18mVXYN08/93to= |
