test: bump testify version for better err msg on panic

This commit is contained in:
Alex Bezzubov
2022-12-25 11:23:37 +01:00
parent ef6c17997c
commit 454c78a59f
2 changed files with 12 additions and 7 deletions

2
go.mod
View File

@ -4,6 +4,6 @@ go 1.14
require (
github.com/go-enry/go-oniguruma v1.2.1
github.com/stretchr/testify v1.3.0
github.com/stretchr/testify v1.8.1
gopkg.in/yaml.v2 v2.2.8
)