chore(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#3105)
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> Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing
+6 -4
... | ... | @@ -24,7 +24,7 @@ require ( |
github.com/spf13/cobra v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.13.0 | ||
github.com/stretchr/testify v1.8.0 | ||
github.com/stretchr/testify v1.8.1 | ||
github.com/tendermint/tendermint v0.34.22 | ||
github.com/tendermint/tm-db v0.6.8-0.20220506192307-f628bb5dc95b | ||
go.uber.org/multierr v1.8.0 | ||
... | ... | @@ -247,7 +247,7 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect | ||
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect | ||
github.com/stretchr/objx v0.4.0 // indirect | ||
github.com/stretchr/objx v0.5.0 // indirect | ||
github.com/subosito/gotenv v1.4.1 // indirect | ||
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca | ||
github.com/tdakkota/asciicheck v0.1.1 // indirect | ||
... | ... |
Please register or sign in to comment