From 661a1fefb5308d571e8db4bdeae6d2cf97d6ab21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 11:44:51 +0000 Subject: [PATCH] :arrow_up: Bump github.com/aws/aws-sdk-go from 1.26.7 to 1.34.0 Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.26.7 to 1.34.0. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.34.0/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.26.7...v1.34.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index bb9bddd..d723c7d 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/seike460/s3ry go 1.13 require ( - github.com/aws/aws-sdk-go v1.26.7 + github.com/aws/aws-sdk-go v1.34.0 github.com/briandowns/spinner v1.8.0 github.com/manifoldco/promptui v0.6.0 - github.com/stretchr/testify v1.4.0 + github.com/stretchr/testify v1.5.1 golang.org/x/text v0.3.8 // indirect )