aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-25 14:26:44 -0800
committerGitHub <noreply@github.com>2024-11-25 14:26:44 -0800
commit19d01c02c6d3e7bd90b720a64e1262bbf0a2af29 (patch)
tree53b010919b19ae13cc5a3e4d7e6ddb7f05389a71 /go.mod
parentd54fbca481187e459fbcdf06c30ef497a452addc (diff)
downloadseaweedfs-19d01c02c6d3e7bd90b720a64e1262bbf0a2af29.tar.xz
seaweedfs-19d01c02c6d3e7bd90b720a64e1262bbf0a2af29.zip
chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#6284)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a9b61f0b3..21977dbd1 100644
--- a/go.mod
+++ b/go.mod
@@ -82,7 +82,7 @@ require (
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/viper v1.19.0
- github.com/stretchr/testify v1.9.0
+ github.com/stretchr/testify v1.10.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.18.0