diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-05 12:35:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-05 12:35:50 -0700 |
| commit | a6b360b9f1f849624a63197a940a1cd9560040e9 (patch) | |
| tree | 9f7bbcc3ac39886a20d3819621b94e5f9d3aa79d /go.mod | |
| parent | 6812a5933cc78ff970c868a07db720fc77b5f2fa (diff) | |
| download | seaweedfs-a6b360b9f1f849624a63197a940a1cd9560040e9.tar.xz seaweedfs-a6b360b9f1f849624a63197a940a1cd9560040e9.zip | |
build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#4542)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4)
---
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>
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
@@ -90,7 +90,7 @@ require ( github.com/spf13/cast v1.5.0 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/viper v1.15.0 - github.com/stretchr/testify v1.8.3 + github.com/stretchr/testify v1.8.4 github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965 github.com/tidwall/gjson v1.14.4 |
