diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-12 10:58:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 10:58:18 +0000 |
| commit | 06655f1e59922b4adeafa46724b34cc107617cdf (patch) | |
| tree | a137573f3cbffd70f2763d95a313b6b85a044066 | |
| parent | ad0e4bd32225b2b5cd3e0b465932b91f9991a1de (diff) | |
| download | x-06655f1e59922b4adeafa46724b34cc107617cdf.tar.xz x-06655f1e59922b4adeafa46724b34cc107617cdf.zip | |
build(deps): bump github.com/aws/aws-sdk-go from 1.49.18 to 1.49.19 (#534)
* build(deps): bump github.com/aws/aws-sdk-go from 1.49.18 to 1.49.19
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.49.18 to 1.49.19.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.49.18...v1.49.19)
---
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-- | 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 1a11fea..1a2cd12 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-sjPHmZKQBdwDyRBX74lXe7K7d0Xe/bg4twyqis/VHEw= +sha256-NKjedv5gc/1XwV2osLPmPnsvAtU4T8l55evAzltJvs4= @@ -1,4 +1,4 @@ -# nix-direnv cache busting line: sha256-sjPHmZKQBdwDyRBX74lXe7K7d0Xe/bg4twyqis/VHEw= +# nix-direnv cache busting line: sha256-NKjedv5gc/1XwV2osLPmPnsvAtU4T8l55evAzltJvs4= { 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.49.18 + github.com/aws/aws-sdk-go v1.49.19 github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 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.49.18 h1:g/iMXkfXeJQ7MvnLwroxWsTTNkHtdVJGxIgrAIEG62M= -github.com/aws/aws-sdk-go v1.49.18/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.49.19 h1:oZryiqeQpeJsIcAmZlp86duMu/s/DJ43qyfwa51qmLg= +github.com/aws/aws-sdk-go v1.49.19/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.24.1 h1:xAojnj+ktS95YZlDf0zxWBkbFtymPeDP+rvUQIH3uAU= github.com/aws/aws-sdk-go-v2 v1.24.1/go.mod h1:LNh45Br1YAkEKaAqvmE1m8FUx6a5b/V0oAKV7of29b4= |
