From 98104cc649b3e76e08ff9d0a2caf786bc75e5d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:30:13 +0000 Subject: build(deps): bump github.com/aws/aws-sdk-go from 1.49.22 to 1.49.23 (#538) * build(deps): bump github.com/aws/aws-sdk-go from 1.49.22 to 1.49.23 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.49.22 to 1.49.23. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.49.22...v1.49.23) --- 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] * Bump Go mod SRI --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mimi --- .go.mod.sri | 2 +- flake.nix | 2 +- go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.go.mod.sri b/.go.mod.sri index 76411f5..85c1024 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-3Irf18lTPjN+nXSQA+2xOXMBrxfzFGTUZeaX1FEs0UI= +sha256-CN7d4I1zg4TI6r2yjhGXhp4UxxCVfApv68xtRIL+FWU= diff --git a/flake.nix b/flake.nix index 153144c..1f09ee5 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,4 @@ -# nix-direnv cache busting line: sha256-3Irf18lTPjN+nXSQA+2xOXMBrxfzFGTUZeaX1FEs0UI= +# nix-direnv cache busting line: sha256-CN7d4I1zg4TI6r2yjhGXhp4UxxCVfApv68xtRIL+FWU= { description = "/x/perimental code"; diff --git a/go.mod b/go.mod index 4c3c917..bcf585b 100644 --- a/go.mod +++ b/go.mod @@ -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.22 + github.com/aws/aws-sdk-go v1.49.23 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 diff --git a/go.sum b/go.sum index 9b0581b..9113474 100644 --- a/go.sum +++ b/go.sum @@ -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.22 h1:r01+cQJ3cORQI1PJxG8af0jzrZpUOL9L+/3kU2x1geU= -github.com/aws/aws-sdk-go v1.49.22/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.49.23 h1:Wu3bVzvSiu2xEUlnG28454I7Dt3kVnrz4/ccJXKV56E= +github.com/aws/aws-sdk-go v1.49.23/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= -- cgit v1.2.3