aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-03-22 10:07:32 -0700
committerGitHub <noreply@github.com>2022-03-22 10:07:32 -0700
commit560835e9441d7d6f981cdba41cbd7a4420eae79f (patch)
tree17ad3cc6dd3dec544e00be4d3967336ce39d5dd8 /go.mod
parenta92296d2632f3926ad38e5eaa60403f822551c95 (diff)
parent5230d6d9a95ec81e5df90efaea9a18c8c7c61c2b (diff)
downloadseaweedfs-560835e9441d7d6f981cdba41cbd7a4420eae79f.tar.xz
seaweedfs-560835e9441d7d6f981cdba41cbd7a4420eae79f.zip
Merge pull request #2790 from chrislusf/dependabot/go_modules/github.com/stretchr/testify-1.7.1
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
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 bb91fc515..934afe932 100644
--- a/go.mod
+++ b/go.mod
@@ -106,7 +106,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.4.0
github.com/streadway/amqp v1.0.0
- github.com/stretchr/testify v1.7.0
+ github.com/stretchr/testify v1.7.1
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203
github.com/syndtr/goleveldb v1.0.1-0.20190318030020-c3a204f8e965
github.com/tidwall/gjson v1.10.2