1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 05:11:06 +02:00

Bump github.com/stretchr/testify from 1.8.2 to 1.9.0

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.2...v1.9.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>
This commit is contained in:
dependabot[bot] 2024-03-05 04:57:38 +00:00 committed by GitHub
parent fff6f48001
commit d7d7d3c8dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

2
go.mod
View file

@ -14,7 +14,7 @@ require (
github.com/schollz/pake/v3 v3.0.5
github.com/schollz/peerdiscovery v1.7.2
github.com/schollz/progressbar/v3 v3.14.2
github.com/stretchr/testify v1.8.2
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.21.0
golang.org/x/net v0.22.0
golang.org/x/time v0.5.0