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 )