aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-27 09:44:41 -0700
committerGitHub <noreply@github.com>2022-06-27 09:44:41 -0700
commitd172d07212d89036d450e2d2bb1aff37bd45101c (patch)
tree3be03f370f89aa65b2142117a83bbf8b11d83205 /go.mod
parent2e3d6104e46c1fb9ef605f1dc0f91653fbfac258 (diff)
parentb5d70669ad11c0411b542e9942a3b8a119a6b47f (diff)
downloadseaweedfs-d172d07212d89036d450e2d2bb1aff37bd45101c.tar.xz
seaweedfs-d172d07212d89036d450e2d2bb1aff37bd45101c.zip
Merge pull request #3246 from chrislusf/dependabot/go_modules/github.com/stretchr/testify-1.7.5
Bump github.com/stretchr/testify from 1.7.3 to 1.7.5
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 f45ee00c6..2ac47c0af 100644
--- a/go.mod
+++ b/go.mod
@@ -96,7 +96,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.12.0
github.com/streadway/amqp v1.0.0
- github.com/stretchr/testify v1.7.3
+ github.com/stretchr/testify v1.7.5
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.1