aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-06-20 10:39:53 -0700
committerGitHub <noreply@github.com>2022-06-20 10:39:53 -0700
commit758df5ade6cef8464430a563843e92bfdec0bc13 (patch)
tree0c2191439d211fd85424e93637261070a8eff5d1 /go.mod
parent497ac1da2747892d7a9985f147e50e01ffac41d6 (diff)
parent43f5df522f1ecd7ad9dce882bb5f5f90fe983e8b (diff)
downloadseaweedfs-758df5ade6cef8464430a563843e92bfdec0bc13.tar.xz
seaweedfs-758df5ade6cef8464430a563843e92bfdec0bc13.zip
Merge pull request #3208 from chrislusf/dependabot/go_modules/github.com/stretchr/testify-1.7.3
Bump github.com/stretchr/testify from 1.7.2 to 1.7.3
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 428806e0f..eaabb9e30 100644
--- a/go.mod
+++ b/go.mod
@@ -98,7 +98,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.2
+ github.com/stretchr/testify v1.7.3
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