diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-15 01:41:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-15 01:41:31 +0000 |
| commit | b23ce8c9f66faef328c91e9b766835772a04b032 (patch) | |
| tree | 6b91ac9f17ef3070a57a2e09392ebf6a40881cd5 | |
| parent | 1eb8488ae23e46bb217e2026fdae7b9a905763d3 (diff) | |
| download | x-b23ce8c9f66faef328c91e9b766835772a04b032.tar.xz x-b23ce8c9f66faef328c91e9b766835772a04b032.zip | |
build(deps): bump github.com/aws/aws-sdk-go from 1.47.9 to 1.49.3 (#514)
* build(deps): bump github.com/aws/aws-sdk-go from 1.47.9 to 1.49.3
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.47.9 to 1.49.3.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.47.9...v1.49.3)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
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: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .go.mod.sri | 2 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.go.mod.sri b/.go.mod.sri index 4070fc5..0053a86 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-xFpbymLnlbnCI9IBuIK1bPu7CMMs29pyDSxtECJuULI= +sha256-CxMfiBqwfbg8OJ2npdOxUM1LPA1rIJyDfMcrRVLQsdY= @@ -1,4 +1,4 @@ -# nix-direnv cache busting line: sha256-xFpbymLnlbnCI9IBuIK1bPu7CMMs29pyDSxtECJuULI= +# nix-direnv cache busting line: sha256-CxMfiBqwfbg8OJ2npdOxUM1LPA1rIJyDfMcrRVLQsdY= { description = "/x/perimental code"; @@ -7,7 +7,7 @@ require ( github.com/Marcel-ICMC/graw v0.0.0-20230411090719-e24cd8592d25 github.com/McKael/madon/v2 v2.4.0 github.com/antonmedv/expr v1.15.4 - github.com/aws/aws-sdk-go v1.47.9 + github.com/aws/aws-sdk-go v1.49.3 github.com/aws/aws-sdk-go-v2/service/s3 v1.42.2 github.com/bwmarrin/discordgo v0.27.1 github.com/chai2010/webp v1.1.1 @@ -94,8 +94,8 @@ github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuW github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= github.com/antonmedv/expr v1.15.4 h1:CrNads8WDnDVJNWt/FeUINBO+vDNjurEwT7SoQN132o= github.com/antonmedv/expr v1.15.4/go.mod h1:0E/6TxnOlRNp81GMzX9QfDPAmHo2Phg00y4JUv1ihsE= -github.com/aws/aws-sdk-go v1.47.9 h1:rarTsos0mA16q+huicGx0e560aYRtOucV5z2Mw23JRY= -github.com/aws/aws-sdk-go v1.47.9/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.49.3 h1:+UGwhC3kChk0pRCxSsbaQSNIc8MfFURQL44Ig6RRR3I= +github.com/aws/aws-sdk-go v1.49.3/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/aws/aws-sdk-go-v2 v1.21.0/go.mod h1:/RfNgGmRxI+iFOB1OeJUyxiU+9s88k3pfHvDagGEp0M= github.com/aws/aws-sdk-go-v2 v1.23.0 h1:PiHAzmiQQr6JULBUdvR8fKlA+UPKLT/8KbiqpFBWiAo= github.com/aws/aws-sdk-go-v2 v1.23.0/go.mod h1:i1XDttT4rnf6vxc9AuskLc6s7XBee8rlLilKlc03uAA= |
