diff --git a/go-src/helloworld/go.mod b/go-src/helloworld/go.mod index a05ff6f..060d016 100644 --- a/go-src/helloworld/go.mod +++ b/go-src/helloworld/go.mod @@ -4,5 +4,5 @@ go 1.14 require ( github.com/aws/aws-lambda-go v1.20.0 - github.com/stretchr/testify v1.6.1 + github.com/stretchr/testify v1.10.0 )