From c458604fb299d7ade52030c0ca6c1ef7d6a49868 Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Tue, 27 Oct 2020 10:37:57 -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 93869fc4b39..745500c13af 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.20201027160836-0985f843127f 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.20201027171957-59828f7084ab github.com/awslabs/smithy-go v0.2.2-0.20201026231331-345290040c23 github.com/google/go-cmp v0.4.1 )