Bump github.com/stretchr/testify from 1.8.0 to 1.8.1

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.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] 2023-01-22 16:33:06 +00:00 committed by GitHub
parent a389daf005
commit 46c8bfcdce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

2
go.mod
View file

@ -16,7 +16,7 @@ require (
github.com/jackc/pgx/v4 v4.17.2
github.com/pkg/profile v1.7.0
github.com/shopspring/decimal v1.3.1
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.8.1
github.com/volatiletech/null/v8 v8.1.2
gopkg.in/guregu/null.v4 v4.0.0
)