build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-03-16 16:45:32 +00:00
committed by GitHub
parent bb94a830f2
commit b19dd2fde3
2 changed files with 23 additions and 15 deletions

4
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/jmoiron/sqlx v1.3.4
github.com/opentracing/opentracing-go v1.2.0
github.com/segmentio/kafka-go v0.4.29
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.1
github.com/twmb/franz-go v1.4.0
go.unistack.org/micro-broker-kgo/v3 v3.8.2
go.unistack.org/micro-broker-segmentio/v3 v3.8.0
@@ -38,6 +38,6 @@ require (
google.golang.org/genproto v0.0.0-20220302033224-9aa15565e42a // indirect
google.golang.org/grpc v1.44.0
google.golang.org/protobuf v1.27.1
modernc.org/sqlite v1.14.8
modernc.org/sqlite v1.15.2
storj.io/drpc v0.0.29
)