cosmos-sdk/math
dependabot[bot] d3010793ea
build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /tools/cosmovisor (#13637)
* build(deps): Bump github.com/stretchr/testify in /tools/cosmovisor

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>

* build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /tools/cosmovisor for all modules

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-10-24 20:33:20 +02:00
..
CHANGELOG.md feat: add uint `IsNil` method (#13381) 2022-09-25 09:19:50 +00:00
dec.go refactor: Move FormatCoins to `core` (#13306) 2022-10-19 11:21:24 +00:00
dec_internal_test.go refactor: Move sdk.Dec to math package (#12634) 2022-07-20 15:13:45 +00:00
dec_test.go refactor: Move FormatCoins to `core` (#13306) 2022-10-19 11:21:24 +00:00
doc.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
go.mod build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /tools/cosmovisor (#13637) 2022-10-24 20:33:20 +02:00
go.sum build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /tools/cosmovisor (#13637) 2022-10-24 20:33:20 +02:00
int.go refactor: Move FormatCoins to `core` (#13306) 2022-10-19 11:21:24 +00:00
int_internal_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
int_test.go refactor: Move FormatCoins to `core` (#13306) 2022-10-19 11:21:24 +00:00
proto.go refactor: migrate to `cosmos/gogoproto` (#13070) 2022-09-08 17:27:48 +00:00
uint.go feat: add uint `IsNil` method (#13381) 2022-09-25 09:19:50 +00:00
uint_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
uint_test.go feat: add uint `IsNil` method (#13381) 2022-09-25 09:19:50 +00:00