From 7c42e83866592015bf516ae3c5d97399ac336dae Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Mon, 26 Oct 2020 17:59:17 -0700 Subject: [PATCH] s3manager: gohash --- feature/s3/manager/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 9c9b3cff811..e710cb2dc35 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v0.28.1-0.20201027005052-c3f9f005abf1 github.com/aws/aws-sdk-go-v2/config v0.2.1 - github.com/aws/aws-sdk-go-v2/service/s3 v0.28.0 + github.com/aws/aws-sdk-go-v2/service/s3 v0.28.1-0.20201027005756-0bc991658018 github.com/awslabs/smithy-go v0.2.2-0.20201026231331-345290040c23 github.com/google/go-cmp v0.4.1 )