Merge pull request #1867 from crazy-max/bump-testify

vendor: github.com/stretchr/testify v1.8.4
This commit is contained in:
CrazyMax
2023-06-07 12:19:33 +02:00
committed by GitHub
13 changed files with 1242 additions and 740 deletions

2
go.mod
View File

@@ -34,7 +34,7 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.8.4
github.com/zclconf/go-cty v1.10.0
go.opentelemetry.io/otel v1.14.0
go.opentelemetry.io/otel/trace v1.14.0