diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-04 09:11:04 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-04 09:11:04 -0800 |
| commit | fad64a6af70eabe04cda76a4c746a2d647965f44 (patch) | |
| tree | d7044ae5b9504cbf6d63013205f709ca2c8ceded /go.mod | |
| parent | caa9f34ff0759cc5f093c61a3ccb236c8cc30b2e (diff) | |
| download | seaweedfs-fad64a6af70eabe04cda76a4c746a2d647965f44.tar.xz seaweedfs-fad64a6af70eabe04cda76a4c746a2d647965f44.zip | |
chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#5355)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.4...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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ require ( github.com/spf13/afero v1.11.0 // indirect github.com/spf13/cast v1.6.0 // indirect github.com/spf13/viper v1.18.2 - github.com/stretchr/testify v1.8.4 + github.com/stretchr/testify v1.9.0 github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965 github.com/tidwall/gjson v1.17.0 |
