cosmos-sdk/math
dependabot[bot] 4813098724
build(deps): Bump github.com/stretchr/testify in /math (#12514)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
2022-07-11 19:27:33 +02:00
..
CHANGELOG.md refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04: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 in /math (#12514) 2022-07-11 19:27:33 +02:00
go.sum build(deps): Bump github.com/stretchr/testify in /math (#12514) 2022-07-11 19:27:33 +02:00
int_internal_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
int_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
int.go math: derive marshalled byte length from copy, not blind assumptions (#12010) 2022-05-23 12:08:11 +02:00
proto.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
uint_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
uint_test.go fix: math: fix Uint.Unmarshal's lack of negative value checking (#11996) 2022-05-19 20:28:06 +00:00
uint.go math: derive marshalled byte length from copy, not blind assumptions (#12010) 2022-05-23 12:08:11 +02:00