From 579887f887472ed708732f444ec77af7b71f85dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:06:20 +0000 Subject: [PATCH] Bump github.com/aws/aws-sdk-go from 1.51.3 to 1.54.3 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.3 to 1.54.3. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.3...v1.54.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] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 3a22e1b..4e9e555 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/brightbox/k8ssdk/v2 go 1.21 require ( - github.com/aws/aws-sdk-go v1.51.3 + github.com/aws/aws-sdk-go v1.54.3 github.com/brightbox/gobrightbox/v2 v2.2.2 github.com/go-test/deep v1.1.0 github.com/hashicorp/go-cleanhttp v0.5.2 diff --git a/go.sum b/go.sum index 538cc5a..8d29535 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/aws/aws-sdk-go v1.51.3 h1:OqSyEXcJwf/XhZNVpMRgKlLA9nmbo5X8dwbll4RWxq8= -github.com/aws/aws-sdk-go v1.51.3/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.54.3 h1:Bk+EXoq6v5I1xmHR9GQGpsMWZZFXs+FD+5uPyEmfgX0= +github.com/aws/aws-sdk-go v1.54.3/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU= github.com/brightbox/gobrightbox/v2 v2.2.2 h1:2MfOeJ/v+uJA4DVtQiLmWFAn1/8VsIAdMlYfb/8X0u0= github.com/brightbox/gobrightbox/v2 v2.2.2/go.mod h1:apk5We4Uk4vEda30PMkBh0ETmW1kPnfIlYuaft+mtng= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=