From 9e873f31ec46f975a9170df9e59f1a4c03dbfb5b Mon Sep 17 00:00:00 2001 From: Collin Shoop Date: Thu, 12 Aug 2021 10:54:11 -0400 Subject: [PATCH] storagedriver/s3: Adding back missing import. Signed-off-by: Collin Shoop --- registry/storage/driver/s3-aws/s3_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/storage/driver/s3-aws/s3_test.go b/registry/storage/driver/s3-aws/s3_test.go index 7e987a2f3..f0b257ca4 100644 --- a/registry/storage/driver/s3-aws/s3_test.go +++ b/registry/storage/driver/s3-aws/s3_test.go @@ -6,6 +6,7 @@ import ( "io/ioutil" "math/rand" "os" + "reflect" "strconv" "strings" "testing"