Skip to content

Commit 23c0da8

Browse files
authored
Merge pull request #93 from dreamvo/dependabot/go_modules/github.com/stretchr/testify-1.7.0
fix(deps): bump github.com/stretchr/testify from 1.6.1 to 1.7.0
2 parents 07458ee + 9b16ed3 commit 23c0da8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/smartystreets/assertions v1.0.0 // indirect
3434
github.com/spf13/cobra v1.1.1
3535
github.com/streadway/amqp v1.0.0
36-
github.com/stretchr/testify v1.6.1
36+
github.com/stretchr/testify v1.7.0
3737
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
3838
github.com/swaggo/gin-swagger v1.3.0
3939
github.com/swaggo/swag v1.7.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
552552
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
553553
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=
554554
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
555+
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
556+
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
555557
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
556558
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 h1:PyYN9JH5jY9j6av01SpfRMb+1DWg/i3MbGOKPxJ2wjM=
557559
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14/go.mod h1:gxQT6pBGRuIGunNf/+tSOB5OHvguWi8Tbt82WOkf35E=

0 commit comments

Comments
 (0)