From fa2ed722ef14916b777e843131e806899d8be1ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jan 2021 20:50:25 +0000 Subject: [PATCH] Bump github.com/stretchr/testify in /detectors/aws/ecs Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0) Signed-off-by: dependabot[bot] --- detectors/aws/ecs/go.mod | 2 +- detectors/aws/ecs/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/detectors/aws/ecs/go.mod b/detectors/aws/ecs/go.mod index ed8d0e948e1..aadfef420a0 100644 --- a/detectors/aws/ecs/go.mod +++ b/detectors/aws/ecs/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 github.com/kr/pretty v0.2.1 // indirect - github.com/stretchr/testify v1.6.1 + github.com/stretchr/testify v1.7.0 go.opentelemetry.io/otel v0.16.0 go.opentelemetry.io/otel/sdk v0.16.0 ) diff --git a/detectors/aws/ecs/go.sum b/detectors/aws/ecs/go.sum index 58357a6923b..d563740fab4 100644 --- a/detectors/aws/ecs/go.sum +++ b/detectors/aws/ecs/go.sum @@ -16,6 +16,8 @@ github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= +github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= go.opentelemetry.io/otel v0.16.0 h1:uIWEbdeb4vpKPGITLsRVUS44L5oDbDUCZxn8lkxhmgw= go.opentelemetry.io/otel v0.16.0/go.mod h1:e4GKElweB8W2gWUqbghw0B8t5MCTccc9212eNHnOHwA= go.opentelemetry.io/otel/sdk v0.16.0 h1:5o+fkNsOfH5Mix1bHUApNBqeDcAYczHDa7Ix+R73K2U=